From d019485e3d69588a7645fe30114c3b7c135d3065 Mon Sep 17 00:00:00 2001 From: Abel Coronado Date: Tue, 2 Jan 2018 15:08:17 +0100 Subject: [PATCH] B #1621: VMGroup & DS datatables broken in vCenter Cloud View --- .../etc/sunstone-views/cloud_vcenter.yaml | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/sunstone/etc/sunstone-views/cloud_vcenter.yaml b/src/sunstone/etc/sunstone-views/cloud_vcenter.yaml index 71532a939a..34790b8707 100644 --- a/src/sunstone/etc/sunstone-views/cloud_vcenter.yaml +++ b/src/sunstone/etc/sunstone-views/cloud_vcenter.yaml @@ -153,4 +153,30 @@ tabs: - 2 # Name #- 3 # Owner - 4 # Group - #- 5 # Labels \ No newline at end of file + #- 5 # Labels + vmgroup-tab: + table_columns: + - 0 # Checkbox + - 1 # ID + - 2 # Name + - 3 # Owner + - 4 # Group + - 5 # Vms + #- 6 # Labels + #- 7 # Search data + datastores-tab: + table_columns: + - 0 # Checkbox + - 1 # ID + - 2 # Name + - 3 # Owner + - 4 # Group + #- 5 # Capacity + #- 6 # Cluster + #- 7 # Basepath + #- 8 # TM + #- 9 # DS + #- 10 # Type + - 11 # Status + #- 12 # Labels + #- 13 # Search data \ No newline at end of file