mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
plugins(): dashboards, changed wording installed to imported when showing imported version in dashboard list
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
v{{dash.revision}}
|
||||
</td>
|
||||
<td ng-if="dash.installed">
|
||||
Installed v{{dash.installedRevision}}
|
||||
Imported v{{dash.installedRevision}}
|
||||
</td>
|
||||
<td style="text-align: right">
|
||||
<button class="btn btn-secondary" ng-click="ctrl.import(dash, false)" ng-show="!dash.installed">
|
||||
|
||||
Reference in New Issue
Block a user