Made admin clients easier to work with.

This commit is contained in:
2022-07-14 12:58:06 -07:00
parent 24da451c50
commit 99fe24ddae
12 changed files with 2849 additions and 260 deletions

View File

@@ -93,6 +93,9 @@
(defmethod page :admin-clients [_]
(admin-clients-page))
(defmethod page :admin-specific-client [_]
(admin-clients-page))
(defmethod page :admin-rules [_]
(admin-rules-page))