Hi,
It should be sent to Ginger ML: ginger-dev-list(a)googlegroups.com
Regards,
Aline Manera
On 02/19/2016 09:57 AM, atreyee(a)linux.vnet.ibm.com wrote:
From: Atreyee Mukhopadhyay <atreyee(a)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>