Add Z-Level Manager, a basic admin tool. (#30397)

* Add Z-Level Manager, a basic admin tool.

* build bundle, use ui_module/admin

* fix type restriction

* remove unnecessary params
This commit is contained in:
warriorstar-orion
2025-10-10 00:17:29 +00:00
committed by GitHub
parent 7e4f0a0b0f
commit 82663d1c10
7 changed files with 217 additions and 2 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ GLOBAL_LIST_INIT(admin_verbs_admin, list(
/client/proc/ping_all_admins,
/client/proc/show_watchlist,
/client/proc/debugstatpanel,
/client/proc/create_rnd_restore_disk
/client/proc/create_rnd_restore_disk,
/client/proc/open_admin_zlevel_manager,
))
GLOBAL_LIST_INIT(admin_verbs_ban, list(
/client/proc/ban_panel,