Remove Edit button from Saved Objects table.

This commit is contained in:
CJ Cenizal 2016-12-16 15:28:26 -08:00
parent b7c08acd46
commit 09b7a08e73

View file

@ -148,18 +148,6 @@
</td>
<td class="kuiTableRowCell kuiTableRowCell--alignRight kuiTableRowCell--actions">
<div class="kuiTableRowCell__liner">
<!-- Inline edit button -->
<button
class="kuiButton kuiButton--basic"
ng-click="edit(service, item)"
aria-label="Edit"
>
<span
aria-hidden="true"
class="kuiButton__icon kuiIcon fa-pencil"
></span>
</button>
<!-- Inline view button -->
<button
class="kuiButton kuiButton--basic"