From 8d129109ec70a946ca5db879cd81f216ff3c804e Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 19 Dec 2019 09:51:55 -0800 Subject: Add page level layout components Adding components to help standardize type, size, spacing for common elements on a page. Also removed a conflicting class name and added modifications to the main container. The main container needed a min-height and height value set, which became apparent with added background color. Adding a background color will move us closer to agreed design solution to add a subtle background color instead of adding a border to separate main content from left hand navigation. Signed-off-by: Yoshie Muranaka Signed-off-by: Derick Montague Change-Id: Ie63c4f0c0f3fd199fa0ca790065402e06a613691 --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/router') diff --git a/src/router/index.js b/src/router/index.js index 99f2a12f..cbebca70 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -18,7 +18,7 @@ const routes = [ path: '', component: () => import('@/views/Overview'), meta: { - title: 'Server Overview' + title: 'Overview' } }, { @@ -26,7 +26,7 @@ const routes = [ name: 'local-users', component: () => import('@/views/AccessControl/LocalUserManagement'), meta: { - title: 'Manage Local Users' + title: 'Local user management' } } ] -- cgit v1.2.3