
From: Samuel Guimarães <sguimaraes943@gmail.com> Signed-off-by: Samuel Guimarães <sguimaraes943@gmail.com> --- ui/config/tab-ext.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/config/tab-ext.xml b/ui/config/tab-ext.xml index 8fba1c6..5729537 100644 --- a/ui/config/tab-ext.xml +++ b/ui/config/tab-ext.xml @@ -6,23 +6,27 @@ <access role="user" mode="byInstance"/> <title>Guests</title> <path>plugins/kimchi/tabs/guests.html</path> + <order>35</order> </tab> <tab> <access role="admin" mode="admin"/> <access role="user" mode="none"/> <title>Templates</title> <path>plugins/kimchi/tabs/templates.html</path> + <order>40</order> </tab> <tab> <access role="admin" mode="admin"/> <access role="user" mode="read-only"/> <title>Storage</title> <path>plugins/kimchi/tabs/storage.html</path> + <order>45</order> </tab> <tab> <access role="admin" mode="admin"/> <access role="user" mode="read-only"/> <title>Network</title> <path>plugins/kimchi/tabs/network.html</path> + <order>50</order> </tab> </tabs-ext> -- 1.9.3