Remove Edit link from Visualization listing.

This commit is contained in:
CJ Cenizal 2017-01-03 11:41:50 -08:00
parent b010488925
commit a1f737fcf3

View file

@ -116,18 +116,6 @@
<a class="kuiLink" ng-href="{{ item.url }}">
{{ item.title }}
</a>
<button
class="kuiMicroButton kuiTableRowHoverReveal"
ng-click="listingController.edit(item)"
aria-label="Edit"
tooltip="Edit object"
>
<span
aria-hidden="true"
class="kuiIcon fa-code"
></span>
</button>
</div>
</td>