summaryrefslogtreecommitdiffstats
path: root/app/common/directives
diff options
context:
space:
mode:
authorAppaRao Puli <apparao.puli@linux.intel.com>2018-10-17 16:07:55 +0530
committerEd Tanous <ed.tanous@intel.com>2019-01-02 01:12:37 +0000
commit28711a6ad2cff8277bfa537c3b140caf690ab575 (patch)
treec14285dbdb00d511f4b10909955513b7925c2912 /app/common/directives
parent0f2f981e3218a57f89995aa6cb6b684b2ec0ba8f (diff)
downloadphosphor-webui-28711a6ad2cff8277bfa537c3b140caf690ab575.tar.gz
phosphor-webui-28711a6ad2cff8277bfa537c3b140caf690ab575.zip
WebUI: User management full implementation.
Added webui user accounts management. This support both redfish and rest based backend API calls depending on redfishSupportEnabled flag. It does following actions: - View all user list and there properties like name, privilege, enabled state, Locked etc.. - Create new user account. - Delete existing user account. - Update the existing user properties like password, privilege, enabled state. Unit Test: - Viewed all user information is proper or not. - Created new user and validated. - Deleted specific user and checked. - Modified user info and validated the change. All tests are done by enabling and disabling redfishSupportEnabled flag using conifg.json. Change-Id: Ifecf63844dc42c44771509958bf75947a92997ac Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
Diffstat (limited to 'app/common/directives')
-rw-r--r--app/common/directives/app-navigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html
index 877f030..2f3ded7 100644
--- a/app/common/directives/app-navigation.html
+++ b/app/common/directives/app-navigation.html
@@ -98,6 +98,6 @@
</ul>
<ul class="nav__second-level btn-users" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'users')}">
<li ng-class="{'active': (path == '/users' || path == '/users/manage-accounts')}">
- <a href="#/users/manage-accounts" tabindex="18" ng-click="closeSubnav()">Manage user account</a></li>
+ <a href="#/users/manage-accounts" tabindex="18" ng-click="closeSubnav()">Manage user accounts</a></li>
</ul>
</nav>
OpenPOWER on IntegriCloud