You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/07/28 12:39:39 UTC

[cloudstack-primate] branch master updated: config: show utilisation to users

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-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 21bfcc1  config: show utilisation to users
21bfcc1 is described below

commit 21bfcc10ffd11228ffeb131da3819a3eb4c30c7a
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Jul 28 18:08:52 2020 +0530

    config: show utilisation to users
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 src/config/section/storage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/section/storage.js b/src/config/section/storage.js
index 0cf1927..cea2de4 100644
--- a/src/config/section/storage.js
+++ b/src/config/section/storage.js
@@ -39,8 +39,8 @@ export default {
               return record.physicalsize ? parseFloat(record.physicalsize / (1024.0 * 1024.0 * 1024.0)).toFixed(2) + 'GB' : ''
             }
           })
-          metricsFields.push('utilization')
         }
+        metricsFields.push('utilization')
 
         if (store.getters.metrics) {
           fields.push(...metricsFields)