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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e64285  ui: Bug fix for zone names not appearing in dashboard (#3326)
3e64285 is described below

commit 3e642852a7e3a58652118cfb28cd3699f1b15009
Author: Anurag Awasthi <43956255+anura...@users.noreply.github.com>
AuthorDate: Wed May 15 09:52:38 2019 +0530

    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
---
 ui/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/index.html b/ui/index.html
index 9e49b36..b9d961d 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -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>

Reply via email to