summaryrefslogtreecommitdiffstats
path: root/app/users
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-04-24 16:28:57 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:43:05 -0500
commit71ec7454d004974367f4756899e72edfe8848d1e (patch)
tree1bbc3260b6db8244a040e4c19b8069bb4cf258a1 /app/users
parent272297b873f49571afa927339ec5b354ee818ea7 (diff)
downloadphosphor-webui-71ec7454d004974367f4756899e72edfe8848d1e.tar.gz
phosphor-webui-71ec7454d004974367f4756899e72edfe8848d1e.zip
Reorganize navigation and header scss
Change-Id: I495e1c19cd5d67220c00ef65c88f7a95ad12bf68 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/users')
-rw-r--r--app/users/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/users/index.js b/app/users/index.js
index 6814d0d..becc9b9 100644
--- a/app/users/index.js
+++ b/app/users/index.js
@@ -18,7 +18,7 @@ window.angular && (function (angular) {
// Route configuration
.config(['$routeProvider', function ($routeProvider) {
$routeProvider
- .when('/users/manage-user-accounts', {
+ .when('/users/manage-accounts', {
'templateUrl': 'users/controllers/user-accounts-controller.html',
'controller': 'userAccountsController',
authenticated: true
OpenPOWER on IntegriCloud