commit | 2c61b883912f73875b819961fb54d946f42ba529 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Aug 07 13:11:47 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Aug 07 13:18:10 2017 -0700 |
tree | e318a9c3496c4d32fda53805bc186512e111083b | |
parent | fba10853443657769737dd31a479fca3b85928fa [diff] [blame] |
[CORD-1651] Add action to xosTable to navigate to the detail page Change-Id: Id948d83bcc039287fa7841908214b2d856844af8
diff --git a/src/app/core/table/table.html b/src/app/core/table/table.html index 6621e5b..da2cbcf 100644 --- a/src/app/core/table/table.html +++ b/src/app/core/table/table.html
@@ -84,7 +84,7 @@ </div> </div> </td> - <td ng-if="vm.config.actions"> + <td class="xos-table-actions" ng-if="vm.config.actions"> <a href="" ng-repeat="action in vm.config.actions" ng-click="action.cb(item)"