This commit is contained in:
2020-06-01 17:46:53 +00:00
parent 430efb7102
commit 84ec09a2b2
6 changed files with 33 additions and 12 deletions

View File

@@ -656,6 +656,14 @@ export default function initialize() {
key: key++
});
//PROFILE
sub.push({
title: t("ServerProfile"),
icon: "fa-binoculars",
route: "/ops-profile",
key: key++
});
//NOTIFICATION CONFIG AND HISTORY
sub.push({
title: t("NotificationSettings"),