From 75100469ab66851d84082b9651469901136f3d7e Mon Sep 17 00:00:00 2001 From: Mateusz Gapski Date: Thu, 30 Jul 2020 11:01:29 +0200 Subject: Add VirtualMedia page More info: https://github.com/openbmc/webui-vue/issues/7 Signed-off-by: Mateusz Gapski Change-Id: I68f2074e77301c68c425f1e661988c751224b713 --- src/router/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/router/index.js') diff --git a/src/router/index.js b/src/router/index.js index d3bf742d..5db985cd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -175,6 +175,14 @@ const routes = [ title: 'appPageTitle.serverPowerOperations' } }, + { + path: '/control/virtual-media', + name: 'virtual-media', + component: () => import('@/views/Control/VirtualMedia'), + meta: { + title: 'appPageTitle.virtualMedia' + } + }, { path: '/unauthorized', name: 'unauthorized', -- cgit v1.2.3