You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/js/helpers/metric-boxes.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,14 +65,14 @@ class PhaseMetrics extends HTMLElement {
65
65
</div>
66
66
<div class="ui card network-energy">
67
67
<div class="ui content">
68
-
<div class="ui top blue attached label overflow-ellipsis">Network Energy <span class="si-unit"></span></div>
68
+
<div class="ui top blue attached label overflow-ellipsis">Network Transmission Energy<span class="si-unit"></span></div>
69
69
<div class="description">
70
70
<div class="ui fluid mini statistic">
71
71
<div class="value">
72
72
<i class="battery three quarters icon"></i> <span>N/A</span>
73
73
</div>
74
74
</div>
75
-
<div class="ui bottom right attached label icon" data-position="bottom right" data-inverted="" data-tooltip="Transfer cost of data through routers, data-centers and transmission networks.">
75
+
<div class="ui bottom right attached label icon" data-position="bottom right" data-inverted="" data-tooltip="Estimated external energy cost for network infrastructure. See details under formula.">
@@ -103,14 +103,14 @@ class PhaseMetrics extends HTMLElement {
103
103
</div>
104
104
<div class="ui card network-co2">
105
105
<div class="ui content">
106
-
<div class="ui top black attached label overflow-ellipsis">Network CO2 <span class="si-unit"></span></div>
106
+
<div class="ui top black attached label overflow-ellipsis">Network Transmission CO2 <span class="si-unit"></span></div>
107
107
<div class="description">
108
108
<div class="ui fluid mini statistic">
109
109
<div class="value">
110
110
<i class="burn icon"></i> <span>N/A</span>
111
111
</div>
112
112
</div>
113
-
<div class="ui bottom right attached label icon" data-position="bottom right" data-inverted="" data-tooltip="Transfer cost of data through routers, data-centers and transmission networks.">
113
+
<div class="ui bottom right attached label icon" data-position="bottom right" data-inverted="" data-tooltip="Estimated external CO2 cost for network infrastructure. See details under formula.">
0 commit comments