disconnect conn from web console

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-12-20 10:22:28 +08:00
parent 38b6ba6691
commit 866ab24087
30 changed files with 67 additions and 9 deletions

View File

@@ -410,5 +410,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Add to Address Book", "Dodaj u adresar"),
("Group", "Grupa"),
("Search", "Pretraga"),
("Closed manually by the web console", ""),
].iter().cloned().collect();
}