Skip to content

Commit 3e64285

Browse files
anuragawyadvr
authored andcommitted
ui: Bug fix for zone names not appearing in dashboard (#3326)
3 years ago when we moved from JSP this translate was not wrapped in label tags and consequently the following span wasn't captured when dashboard.js mapped the data. Fixes: #3314
1 parent 0700d91 commit 3e64285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ <h3><translate key="label.set.up.zone.type"/></h3>
14261426
<ul data-item="zoneCapacities">
14271427
<li concat-value="25">
14281428
<div class="label">
1429-
<translate key="label.zone"/>: <span data-list-item="zoneName"></span>
1429+
<label><translate key="label.zone"/></label>: <span data-list-item="zoneName"></span>
14301430
</div>
14311431
<div class="pie-chart-container">
14321432
<div class="percent-label"><span data-list-item="percent"></span>%</div>

0 commit comments

Comments
 (0)