From e63a9d047b2c6d212ef8a167afeea6c996a72713 Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 25 Jul 2025 17:24:43 +0300 Subject: [PATCH] feat(admin): added loadtest to admin --- infrastructure/caddy/static/admin/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infrastructure/caddy/static/admin/index.html b/infrastructure/caddy/static/admin/index.html index d8e5a52..eaba0a2 100644 --- a/infrastructure/caddy/static/admin/index.html +++ b/infrastructure/caddy/static/admin/index.html @@ -47,6 +47,13 @@ username: "admin", password: "admin", description: "Django Admin panel." + }, + { + name: "Loadtest", + link: "https://loadtest.adnova.itqdev.xyz", + username: "admin", + password: "proooooood", + description: "Stress test utility with multiple profiles and ability to load mocks." } ] },