This is an automated email from the ASF dual-hosted git repository.

rshah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 567c0b1712 clarifies cache type for cache status count
     new 588d53075c Merge pull request #7347 from mitchell852/tp-edge-caches
567c0b1712 is described below

commit 567c0b171206b114074103b2bc178facaed94577
Author: Jeremy Mitchell <[email protected]>
AuthorDate: Tue Feb 14 11:45:29 2023 -0700

    clarifies cache type for cache status count
---
 .../modules/widget/dashboardStats/widget.dashboardStats.tpl.html  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/traffic_portal/app/src/common/modules/widget/dashboardStats/widget.dashboardStats.tpl.html
 
b/traffic_portal/app/src/common/modules/widget/dashboardStats/widget.dashboardStats.tpl.html
index 16eb013a27..614ebfd950 100644
--- 
a/traffic_portal/app/src/common/modules/widget/dashboardStats/widget.dashboardStats.tpl.html
+++ 
b/traffic_portal/app/src/common/modules/widget/dashboardStats/widget.dashboardStats.tpl.html
@@ -40,21 +40,21 @@ under the License.
     </div>
     <div class="col-md-4 col-sm-12 col-xs-12 tile_stats_count">
         <div class="col-md-6 col-sm-6 col-xs-6">
-            <label for="online-caches" class="count_top">Online Caches</label>
+            <label for="online-caches" class="count_top">Online Edge 
Caches</label>
             <output id="online-caches" class="count">{{online()}}</output>
         </div>
         <div class="col-md-6 col-sm-6 col-xs-6">
-            <label class="count_top">Reported Caches</label>
+            <label class="count_top">Reported Edge Caches</label>
             <output class="count">{{reported()}}</output>
         </div>
     </div>
     <div class="col-md-4 col-sm-12 col-xs-12 tile_stats_count">
         <div class="col-md-6 col-sm-6 col-xs-6">
-            <label class="count_top">Offline Caches</label>
+            <label class="count_top">Offline Edge Caches</label>
             <output class="count">{{offline()}}</output>
         </div>
         <div class="col-md-6 col-sm-6 col-xs-6">
-            <label class="count_top">Admin Down Caches</label>
+            <label class="count_top">Admin Down Edge Caches</label>
             <output class="count">{{adminDown()}}</output>
         </div>
     </div>

Reply via email to