[Kimchi-devel] [PATCH ][Gingerbase] Changes for gingerbase to fix the Issue# 28 in Wok.

atreyee at linux.vnet.ibm.com atreyee at linux.vnet.ibm.com
Fri Feb 19 11:57:15 UTC 2016


From: Atreyee Mukhopadhyay <atreyee at linux.vnet.ibm.com>

Unique numbers are assigned to tabs details in gingerbase
to fix the tab ordering issue in Host functionality.
---
 ui/config/tab-ext.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/config/tab-ext.xml b/ui/config/tab-ext.xml
index 69dcca0..dcea62d 100644
--- a/ui/config/tab-ext.xml
+++ b/ui/config/tab-ext.xml
@@ -5,12 +5,14 @@
         <access role="admin" mode="admin"/>
         <access role="user" mode="read-only"/>
         <title>Dashboard</title>
+        <order>0</order>
         <path>plugins/gingerbase/tabs/host-dashboard.html</path>
     </tab>
     <tab>
         <access role="admin" mode="admin"/>
         <access role="user" mode="none"/>
         <title>Updates</title>
+        <order>20</order>
         <path>plugins/gingerbase/tabs/host-update.html</path>
     </tab>
 </tabs-ext>
-- 
2.1.0




More information about the Kimchi-devel mailing list