From 3c581dbda052e05b396206dfa09904a807ee1e36 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Mon, 22 Nov 2021 14:26:47 +0000 Subject: [PATCH] changed y-axis label for errors and discards graphs. RE POL1-509 --- .../templating/templates/shared/yaxes.json.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 b/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 index aa25fcc..94e4555 100644 --- a/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 +++ b/brian_dashboard_manager/templating/templates/shared/yaxes.json.j2 @@ -1,7 +1,7 @@ {% if type == 'errors' %} { "format": "none", - "label": "err/s", + "label": "errors and discards per second", "logBase": 1, "max": null, "min": 0, @@ -9,7 +9,7 @@ }, { "format": "none", - "label": "err/s", + "label": "errors and discards per second", "logBase": 1, "max": null, "min": 0, @@ -32,4 +32,4 @@ "min": "", "show": true } -{% endif %} \ No newline at end of file +{% endif %} -- GitLab