aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-18 16:08:34 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-18 16:08:34 +0100
commit70169924b611b9b68587bd9169f991e3770b7dc7 (patch)
tree83268ed2da5526d50ef111f8d7217b908221da6d /common/src
parent45a485431df0638396f0175de59275b3b5538022 (diff)
downloadjellything-70169924b611b9b68587bd9169f991e3770b7dc7.tar
jellything-70169924b611b9b68587bd9169f991e3770b7dc7.tar.bz2
jellything-70169924b611b9b68587bd9169f991e3770b7dc7.tar.zst
show database debug info
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";