Add VirtualMedia page
More info: https://github.com/openbmc/webui-vue/issues/7
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com>
Change-Id: I68f2074e77301c68c425f1e661988c751224b713
diff --git a/src/router/index.js b/src/router/index.js
index d3bf742..5db985c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -176,6 +176,14 @@
}
},
{
+ path: '/control/virtual-media',
+ name: 'virtual-media',
+ component: () => import('@/views/Control/VirtualMedia'),
+ meta: {
+ title: 'appPageTitle.virtualMedia'
+ }
+ },
+ {
path: '/unauthorized',
name: 'unauthorized',
component: Unauthorized,