mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): polish to plugin page, better handling for reading readme file contents
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
{{plugin.type}}
|
||||
</td>
|
||||
<td>
|
||||
<span class="label label-info" ng-if="plugin.enabled">Enabled</span>
|
||||
<span class="label label-info" ng-if="plugin.pinned">Pinned</span>
|
||||
<span class="label label-secondary" ng-if="plugin.enabled">Enabled</span>
|
||||
<span class="label label-secondary" ng-if="plugin.pinned">Pinned</span>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<a href="plugins/{{plugin.id}}/edit" class="btn btn-inverse btn-small">
|
||||
|
||||
Reference in New Issue
Block a user