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
This commit is contained in:
Anurag Awasthi 2019-05-15 09:52:38 +05:30 committed by Rohit Yadav
parent 0700d91a68
commit 3e642852a7
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@
<ul data-item="zoneCapacities">
<li concat-value="25">
<div class="label">
<translate key="label.zone"/>: <span data-list-item="zoneName"></span>
<label><translate key="label.zone"/></label>: <span data-list-item="zoneName"></span>
</div>
<div class="pie-chart-container">
<div class="percent-label"><span data-list-item="percent"></span>%</div>