blob: 31ba62d6fae67cd7c7dd17f6df19704412f2e650 [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 Muranaka49001e22019-09-16 10:33:16 -070029 selectable="true"
30 batch-actions="tableBatchActions"
Yoshie Muranaka5b8cef82019-09-10 08:09:43 -070031 emit-row-action="onEmitRowAction(value)"
Yoshie Muranaka49001e22019-09-16 10:33:16 -070032 emit-batch-action="onEmitBatchAction(value)"
Yoshie Muranakafa562732019-07-17 11:23:15 -050033 class="local-users__table">
34 </bmc-table>
35 </div>
AppaRao Puli28711a62018-10-17 16:07:55 +053036 </div>
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050037 <div class="row column">
Yoshie Muranaka5b8cef82019-09-10 08:09:43 -070038 <div class="column small-12 medium-9">
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050039 <!-- Role table -->
40 <role-table></role-table>
41 </div>
42 </div>
Yoshie Muranakab1f64242019-09-04 11:40:51 -070043</div>