blob: 76df6166e9dc691aef388d6dca0b4bc97e65de3c [file] [log] [blame]
AppaRao Puli28711a62018-10-17 16:07:55 +05301<loader loading="loading"></loader>
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -05002<div class="page local-users">
Gunnar Mills5f0b7762018-09-25 14:10:45 -05003 <div class="row column">
Yoshie Muranakafa562732019-07-17 11:23:15 -05004 <div class="column small-12">
5 <h1 class="page-title">Local user management</h1>
Gunnar Mills5f0b7762018-09-25 14:10:45 -05006 </div>
7 </div>
Yoshie Muranakafa562732019-07-17 11:23:15 -05008 <div class="row column">
9 <div class="column small-12">
10 <div class="local-users__actions">
11 <button ng-disabled="accountSettings === null"
12 ng-click="onClickAccountSettingsPolicy()"
13 class="btn btn-tertiary">
14 <icon file="icon-config.svg"></icon>
15 Account policy settings
16 </button>
17 <button ng-disabled="userRoles === null || localUsers.length >= 15"
18 ng-click="onClickAddUser()"
19 class="btn btn-primary">
20 <icon file="icon-plus.svg"></icon>
21 Add user
22 </button>
23 </div>
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050024 <!-- Local user table -->
Yoshie Muranakafa562732019-07-17 11:23:15 -050025 <bmc-table
26 model="tableModel"
Yoshie Muranakabb688792019-08-12 09:31:52 -050027 row-actions-enabled="true"
Yoshie Muranakafa562732019-07-17 11:23:15 -050028 emit-action="onEmitAction(value)"
29 class="local-users__table">
30 </bmc-table>
31 </div>
AppaRao Puli28711a62018-10-17 16:07:55 +053032 </div>
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050033 <div class="row column">
34 <div class="column small-12">
35 <!-- Role table -->
36 <role-table></role-table>
37 </div>
38 </div>
39</div>