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++
});
//PROFILE
//metrics rights
sub.push({
title: "ServerProfiler",
icon: "$ayiBinoculars",
route: "/ops-profile",
key: key++
});
// //PROFILE
// //metrics rights
// sub.push({
// title: "ServerProfiler",
// icon: "$ayiBinoculars",
// route: "/ops-profile",
// key: key++
// });
}
//NOTIFICATION CONFIG AND HISTORY

View File

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