Browse Source

HUE-7691 [core] Integrate Metrics as page on /about page

Roohi 8 năm trước cách đây
mục cha
commit
8bf9d8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      desktop/core/src/desktop/templates/metrics.mako

+ 1 - 1
desktop/core/src/desktop/templates/metrics.mako

@@ -59,7 +59,7 @@ ${ commonheader(_('Metrics'), "about", user, request) | n,unicode }
             });
             if (atleastOne) {
               result[key] = filteredSubMetric;
-            }else {
+            } else {
               result[key] = null;
             }
           });