From f38ddc943c341cc728d93164ad7df584cd7dd593 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 4 Jun 2020 21:00:40 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +---- ayanova/src/views/ops-metrics.vue | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c8bb2916..b85a9ee1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,10 +6,7 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching -todo: MEMORY / RESOURCE LEAK APPARENT - Wasn't a leak, checked into it - I'm using and logging GC gen0-2 incorrectly and it's really not helping in any way so removing that stat - Keeping the other stats + todo: Block licensing related queries and view and auth from profile diff --git a/ayanova/src/views/ops-metrics.vue b/ayanova/src/views/ops-metrics.vue index d32c1586..a9d2bb30 100644 --- a/ayanova/src/views/ops-metrics.vue +++ b/ayanova/src/views/ops-metrics.vue @@ -465,13 +465,13 @@ function generateMenu(vm) { helpUrl: "form-ops-metrics", hideSearch: true, menuItems: [ - { - title: "DEV_TEST_COLLECT", - icon: "fa-bolt", - surface: true, - key: FORM_KEY + ":collect", - vm: vm - } + // { + // title: "DEV_TEST_COLLECT", + // icon: "fa-bolt", + // surface: true, + // key: FORM_KEY + ":collect", + // vm: vm + // } ] }; @@ -488,10 +488,10 @@ function clickHandler(menuItem) { let m = window.$gz.menu.parseMenuItem(menuItem); if (m.owner == FORM_KEY && !m.disabled) { switch (m.key) { - case "collect": - //trigger garbage collection - window.$gz.api.get("server-metric/collect"); - break; + // case "collect": + // //trigger garbage collection + // window.$gz.api.get("server-metric/collect"); + // break; default: window.$gz.eventBus.$emit( "notify-warning",