diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6dc4d11a..b98cb9a1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -39,6 +39,8 @@ todo: OPS view metrics BANDWIDTH (PUBLIC) +todo: remove search option from metrics / logs etc as it implies you can search those things and you can't + todo: document how to use chart as it's not all obvious i.e. can hover, can hide line by clicking on legend etc diff --git a/ayanova/src/views/ops-metrics.vue b/ayanova/src/views/ops-metrics.vue index 60454fd8..66297147 100644 --- a/ayanova/src/views/ops-metrics.vue +++ b/ayanova/src/views/ops-metrics.vue @@ -15,21 +15,44 @@ - - - - - - - - - - - - - - - + + + + fa-folder + fa-paperclip + fa-paperclip + + + + + + + + + + + + + + + + + + + + + + + @@ -94,6 +117,7 @@ export default { dateFilterTokens: [] }, lastFetchBreakPoint: null, + tab: null, formState: { ready: false, loading: false, @@ -256,7 +280,7 @@ export default { default: max = 200; } - + let url = "server-metric/mm?maxRecords=" + max +