This is an automated email from the ASF dual-hosted git repository.
zrhoffman 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 1aae68ef59 adds better routing labels to TP dashboard (#7369)
1aae68ef59 is described below
commit 1aae68ef595c9567e1f724da1053e87d7eb12577
Author: Jeremy Mitchell <[email protected]>
AuthorDate: Mon Feb 27 16:10:43 2023 -0700
adds better routing labels to TP dashboard (#7369)
* adds better routing labels to TP dashboard
* change log entry
---
CHANGELOG.md | 1 +
.../app/src/common/modules/widget/routing/widget.routing.tpl.html | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4c6f1517b..d9e2f9b196 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- [#7322](https://github.com/apache/trafficcontrol/issues/7322) *t3c Adds
support for anycast on http routed edges.
### Changed
+- [#7369](https://github.com/apache/trafficcontrol/pull/7369) *Traffic Portal*
Adds better labels to routing methods widget on the TP dashboard.
- [#7224](https://github.com/apache/trafficcontrol/pull/7224) *Traffic Ops*
Required Capabilities are now a part of the `DeliveryService` structure.
- [#7063](https://github.com/apache/trafficcontrol/pull/7063) *Traffic Ops*
Python client now uses Traffic Ops API 4.1 by default.
- [#6981](https://github.com/apache/trafficcontrol/pull/6981) *Traffic Portal*
Obscures sensitive text in Delivery Service "Raw Remap" fields, private SSL
keys, "Header Rewrite" rules, and ILO interface passwords by default.
diff --git
a/traffic_portal/app/src/common/modules/widget/routing/widget.routing.tpl.html
b/traffic_portal/app/src/common/modules/widget/routing/widget.routing.tpl.html
index 4063e71546..657f07f6e3 100644
---
a/traffic_portal/app/src/common/modules/widget/routing/widget.routing.tpl.html
+++
b/traffic_portal/app/src/common/modules/widget/routing/widget.routing.tpl.html
@@ -24,7 +24,7 @@ under the License.
<div class="x_content">
<div class="widget_summary" style="margin-bottom: 20px;">
<div class="w_left w_25">
- <label for="cz-meter">Native</label>
+ <label for="cz-meter">Coverage Zone</label>
</div>
<div class="w_center w_55">
<meter id="cz-meter" min="0" max="100" value="{{native |
number:3}}"> {{native | number:3}}% </meter>
@@ -48,7 +48,7 @@ under the License.
</div>
<div class="widget_summary" style="margin-bottom: 20px;">
<div class="w_left w_25">
- <label for="third-party-meter">3rd Party</label>
+ <label for="third-party-meter">3rd Party (MaxMind)</label>
</div>
<div class="w_center w_55">
<meter id="third-party-meter" min="0" max="100"
value="{{thirdParty | number:3}}"> {{thirdParty | number:3}}% </meter>
@@ -96,7 +96,7 @@ under the License.
</div>
<div class="widget_summary" style="margin-bottom: 20px;">
<div class="w_left w_25">
- <label for="dsr-meter">DSR</label>
+ <label for="dsr-meter">DS Overflow</label>
</div>
<div class="w_center w_55">
<meter id="dsr-meter" min="0" max="100" value="{{dsr |
number:3}}"> {{dsr | number:3}}% </meter>