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

commit 92bfc85cd22052784c0f6591fb425cf634c9fe7f
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Mon Jun 8 08:25:58 2020 +0530

    dashboard: fix missing translation key for admin dashboard
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 src/views/dashboard/CapacityDashboard.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/views/dashboard/CapacityDashboard.vue 
b/src/views/dashboard/CapacityDashboard.vue
index 3057569..6ec2669 100644
--- a/src/views/dashboard/CapacityDashboard.vue
+++ b/src/views/dashboard/CapacityDashboard.vue
@@ -142,6 +142,7 @@ export default {
       ts: {
         CPU: 'label.cpu',
         CPU_CORE: 'label.cpunumber',
+        DIRECT_ATTACHED_PUBLIC_IP: 'label.direct.ips',
         GPU: 'label.gpu',
         LOCAL_STORAGE: 'label.local.storage',
         MEMORY: 'label.memory',

Reply via email to