summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-04-01 11:37:27 +0300
committerDerick Montague <derick.montague@ibm.com>2020-05-20 20:41:11 +0300
commit090c2d44c47f4f68dd70c4c60b576542d7979836 (patch)
tree7847747e429eba932f127335ebd573808b14ec4c /src/router
parent1057b1d7cfd1ac6138dcd77c5f1d514a4d884c5d (diff)
downloadwebui-vue-090c2d44c47f4f68dd70c4c60b576542d7979836.tar.xz
Add ServerLED page
Added ability to turn on/off Indicator LED. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ia59eb0214530906dea840ff18ff22fc913870bb9
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/router/index.js b/src/router/index.js
index c3d44390..44c32467 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,6 +64,14 @@ const routes = [
}
},
{
+ path: '/control/server-led',
+ name: 'server-led',
+ component: () => import('@/views/Control/ServerLed'),
+ meta: {
+ title: 'appPageTitle.serverLed'
+ }
+ },
+ {
path: '/control/server-power-operations',
name: 'server-power-operations',
component: () => import('@/views/Control/ServerPowerOperations'),