aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/src')
-rw-r--r--common/src/api.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index 13962a3..a49116a 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -25,9 +25,12 @@ fields! {
VIEW_ACCOUNT_SET_PASSWORD: &str = b"acsp";
VIEW_ADMIN_DASHBOARD: () = b"adda";
VIEW_ADMIN_IMPORT: Object = b"adim";
+ VIEW_ADMIN_INFO: Object = b"adin";
ADMIN_IMPORT_BUSY: () = b"busy";
ADMIN_IMPORT_ERROR: &str = b"erro"; // multi
+ ADMIN_INFO_TITLE: &str = b"aiti";
+ ADMIN_INFO_TEXT: &str = b"aite";
NKU_NODE: Object = b"node";
NKU_UDATA: Object = b"udat";