Release 1.0.0 with server info console

This commit is contained in:
Artem Kokos
2026-05-21 20:46:04 +07:00
parent 85c840ba1b
commit 61b21c63ea
12 changed files with 766 additions and 5 deletions

View File

@@ -50,3 +50,8 @@ class UiSecurityTests(unittest.IsolatedAsyncioTestCase):
self.assertNotIn("localStorage", index_html)
self.assertNotIn("localStorage", app_js)
self.assertIn("sessionStorage", app_js)
self.assertIn("/system/info", app_js)
self.assertIn("serverInfo", app_js)
self.assertIn("О сервере", index_html)
self.assertIn("СЕРВЕР", index_html)
self.assertIn("Запущен", index_html)