summaryrefslogtreecommitdiffstats
path: root/app/index.js
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-29 13:21:12 -0800
committerGunnar Mills <gmills@us.ibm.com>2020-02-11 16:43:22 +0000
commit4148f2eee6313068d3223871005160b2902abb18 (patch)
tree5266cfee8f41eda2224479d2c911c3128988a38a /app/index.js
parentb0a0847a8eb02ae21f755942799a81c6e3475e64 (diff)
downloadphosphor-webui-master.tar.gz
phosphor-webui-master.zip
Create profile settings pageHEADmaster
Adding a profile settings page so readonly and operator roles are able to change their own password. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iee9536255ad47f4df4af8746c1e01da37c407f2b
Diffstat (limited to 'app/index.js')
-rw-r--r--app/index.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js
index 57d031b..156fab6 100644
--- a/app/index.js
+++ b/app/index.js
@@ -78,6 +78,9 @@ import file_upload from './common/components/file-upload.js';
import login_index from './login/index.js';
import login_controller from './login/controllers/login-controller.js';
+import profile_settings_index from './profile-settings/index.js';
+import profile_settings_controller from './profile-settings/controllers/profile-settings-controller.js';
+
import overview_index from './overview/index.js';
import system_overview_controller from './overview/controllers/system-overview-controller.js';
@@ -133,7 +136,7 @@ window.angular && (function(angular) {
// Model resources
'app.login', 'app.overview', 'app.serverControl',
'app.serverHealth', 'app.configuration', 'app.accessControl',
- 'app.redfish'
+ 'app.redfish', 'app.profileSettings'
])
// Route configuration
.config([
OpenPOWER on IntegriCloud