blob: 696a9840bcfae90e5ab3a784f679b161becde776 [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
Yoshie Muranakab1f64242019-09-04 11:40:51 -070026 data="tableData"
27 header="tableHeader"
Yoshie Muranakabb688792019-08-12 09:31:52 -050028 row-actions-enabled="true"
Yoshie Muranakafa562732019-07-17 11:23:15 -050029 emit-action="onEmitAction(value)"
30 class="local-users__table">
31 </bmc-table>
32 </div>
AppaRao Puli28711a62018-10-17 16:07:55 +053033 </div>
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050034 <div class="row column">
35 <div class="column small-12">
36 <!-- Role table -->
37 <role-table></role-table>
38 </div>
39 </div>
Yoshie Muranakab1f64242019-09-04 11:40:51 -070040</div>