From 0a6eaf4c733990c41e28b515c174b3e7eceebb88 Mon Sep 17 00:00:00 2001
From: Samuel Roberts <sam.roberts@geant.org>
Date: Tue, 25 Jan 2022 11:17:16 +0000
Subject: [PATCH] rename panels to something not using internal terms

---
 .../templating/templates/homedashboard.json.j2                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/brian_dashboard_manager/templating/templates/homedashboard.json.j2 b/brian_dashboard_manager/templating/templates/homedashboard.json.j2
index 3d0b0f1..5ea3a44 100644
--- a/brian_dashboard_manager/templating/templates/homedashboard.json.j2
+++ b/brian_dashboard_manager/templating/templates/homedashboard.json.j2
@@ -938,7 +938,7 @@
       "timeFrom": null,
       "timeRegions": [],
       "timeShift": null,
-      "title": "BAG (Ingress)",
+      "title": "Network Aggregate (Ingress)",
       "tooltip": {
         "shared": true,
         "sort": 0,
@@ -1274,7 +1274,7 @@
       "timeFrom": null,
       "timeRegions": [],
       "timeShift": null,
-      "title": "BAG (Egress)",
+      "title": "Network Aggregate (Egress)",
       "tooltip": {
         "shared": true,
         "sort": 0,
-- 
GitLab