This commit is contained in:
2022-09-22 16:49:47 +00:00
parent 156acaf17a
commit 96763ba4a2
2 changed files with 9 additions and 9 deletions

View File

@@ -778,14 +778,14 @@ function initNavPanel() {
key: key++ key: key++
}); });
//PROFILE // //PROFILE
//metrics rights // //metrics rights
sub.push({ // sub.push({
title: "ServerProfiler", // title: "ServerProfiler",
icon: "$ayiBinoculars", // icon: "$ayiBinoculars",
route: "/ops-profile", // route: "/ops-profile",
key: key++ // key: key++
}); // });
} }
//NOTIFICATION CONFIG AND HISTORY //NOTIFICATION CONFIG AND HISTORY

View File

@@ -151,7 +151,7 @@ export default {
] ]
} }
}, },
selectedTimePeriod: "*past6hours*", selectedTimePeriod: "*past7days*",
selectLists: { selectLists: {
dateFilterTokens: [] dateFilterTokens: []
}, },