Add SSL Certificates page
Adds ability to view, add, replace, and delete SSL
certificates in GUI.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I5cf9fa7bbd588dfb22f2431eed0b5976ff860703
diff --git a/src/router/index.js b/src/router/index.js
index cd6cf8b..2af53ea 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -39,6 +39,14 @@
}
},
{
+ path: '/access-control/ssl-certificates',
+ name: 'ssl-certificates',
+ component: () => import('@/views/AccessControl/SslCertificates'),
+ meta: {
+ title: 'appPageTitle.sslCertificates'
+ }
+ },
+ {
path: '/control/reboot-bmc',
name: 'reboot-bmc',
component: () => import('@/views/Control/RebootBmc'),