We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b010488 commit a1f737fCopy full SHA for a1f737f
1 file changed
src/core_plugins/kibana/public/visualize/listing/visualize_listing.html
@@ -116,18 +116,6 @@
116
<a class="kuiLink" ng-href="{{ item.url }}">
117
{{ item.title }}
118
</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>
131
</div>
132
</td>
133
0 commit comments