summaryrefslogtreecommitdiffstats
path: root/app/common/components/table/table-actions.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix table-actions errorYoshie Muranaka2019-11-141-5/+2
| | | | | | | | | | | | | When using the table component with table actions enabled, if an icon file name isn't provided, the action type should display in the table. This will fix the webpack error when compiling the table component without an icon to display by changing the ng-if directive to check for falsy values instead of just 'null' to also catch 'undefined' values. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I72daeb035e4e5f0391953f9f2ae042d0b9fc2b99
* Add batch actions to local user tableYoshie Muranaka2019-09-241-3/+3
| | | | | | | | | | Add ability to remove, enable, disable local users in bulk. - Updates to table-actions component to fix flickering issue by including track by $index in ng-repeat Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I67039e9b9d9cf7debe9f6ef87e71210bd4b64251
* Add tableActions componentYoshie Muranaka2019-08-271-0/+91
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
OpenPOWER on IntegriCloud