blob: 957719657b987a5793fcd594455f4f5758509bb5 [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">
Yoshie Muranaka5b8cef82019-09-10 08:09:43 -07009 <div class="column small-12 medium-10">
Yoshie Muranakafa562732019-07-17 11:23:15 -050010 <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 Muranaka5b8cef82019-09-10 08:09:43 -070029 emit-row-action="onEmitRowAction(value)"
Yoshie Muranakafa562732019-07-17 11:23:15 -050030 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">
Yoshie Muranaka5b8cef82019-09-10 08:09:43 -070035 <div class="column small-12 medium-9">
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050036 <!-- Role table -->
37 <role-table></role-table>
38 </div>
39 </div>
Yoshie Muranakab1f64242019-09-04 11:40:51 -070040</div>