Skip to content

Commit a1f737f

Browse files
committed
Remove Edit link from Visualization listing.
1 parent b010488 commit a1f737f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/core_plugins/kibana/public/visualize/listing/visualize_listing.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,6 @@
116116
<a class="kuiLink" ng-href="{{ item.url }}">
117117
{{ item.title }}
118118
</a>
119-
120-
<button
121-
class="kuiMicroButton kuiTableRowHoverReveal"
122-
ng-click="listingController.edit(item)"
123-
aria-label="Edit"
124-
tooltip="Edit object"
125-
>
126-
<span
127-
aria-hidden="true"
128-
class="kuiIcon fa-code"
129-
></span>
130-
</button>
131119
</div>
132120
</td>
133121

0 commit comments

Comments
 (0)