From 6533c59927281f6c555cf2d854bfbd86789d1a0c Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Thu, 8 Nov 2018 10:24:20 +0100 Subject: [PATCH] Fix: VM Detail broken tabs By 31978462402ec4b52101d5a24c0384fd652b646a, the order of primary and secondary tabs is changed. The primary ones must be listed beofre others. --- frontend/public/kubevirt/components/vm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/kubevirt/components/vm.jsx b/frontend/public/kubevirt/components/vm.jsx index 52f13e25b10..f7040330a3d 100644 --- a/frontend/public/kubevirt/components/vm.jsx +++ b/frontend/public/kubevirt/components/vm.jsx @@ -271,9 +271,9 @@ export const VirtualMachinesDetailsPage = props => { }; const pages = [ navFactory.details(Details), + navFactory.editYaml(), consolePage, navFactory.events(VmiEvents), - navFactory.editYaml() ]; return (