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

Aline Manera alinefm at linux.vnet.ibm.com
Fri Feb 19 13:20:56 UTC 2016


Hi,

It should be sent to Ginger ML: ginger-dev-list at googlegroups.com

Regards,
Aline Manera

On 02/19/2016 09:57 AM, atreyee at linux.vnet.ibm.com wrote:
> 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>




More information about the Kimchi-devel mailing list