commit | bb688795ded24cd07c46de598170af41fb3bfd56 | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Mon Aug 12 09:31:52 2019 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Aug 27 16:15:30 2019 +0000 |
tree | 88d65dfa4aa24a38c86b897991449d26d88c6098 | |
parent | b4d9c09a6c34f70260a686430e6891301a8da7b3 [diff] [blame] |
Add tableActions component Creating a separate table actions component to allow row action customizations like disabling certain actions and rendering different icons. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I85e96045af27701f5ecc4af9bf824e248abccbf5
diff --git a/app/users/controllers/user-accounts-controller.html b/app/users/controllers/user-accounts-controller.html index fd6a28c..41094b8 100644 --- a/app/users/controllers/user-accounts-controller.html +++ b/app/users/controllers/user-accounts-controller.html
@@ -23,6 +23,7 @@ </div> <bmc-table model="tableModel" + row-actions-enabled="true" emit-action="onEmitAction(value)" class="local-users__table"> </bmc-table>