mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added small info text to plugins list page, #5176
This commit is contained in:
@@ -8,7 +8,7 @@ function (angular, _, require, config) {
|
|||||||
|
|
||||||
var module = angular.module('grafana.controllers');
|
var module = angular.module('grafana.controllers');
|
||||||
|
|
||||||
module.controller('ShareModalCtrl', function($scope, $rootScope, $location, $timeout, timeSrv, $element, templateSrv, linkSrv) {
|
module.controller('ShareModalCtrl', function($scope, $rootScope, $location, $timeout, timeSrv, templateSrv, linkSrv) {
|
||||||
|
|
||||||
$scope.options = { forCurrent: true, includeTemplateVars: true, theme: 'current' };
|
$scope.options = { forCurrent: true, includeTemplateVars: true, theme: 'current' };
|
||||||
$scope.editor = { index: $scope.tabIndex || 0};
|
$scope.editor = { index: $scope.tabIndex || 0};
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
<div class="page-container">
|
<div class="page-container">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Plugins</h1>
|
<h1>
|
||||||
|
Plugins <span class="muted small">(currently installed)</span>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<div class="page-header-tabs">
|
<div class="page-header-tabs">
|
||||||
<ul class="gf-tabs">
|
<ul class="gf-tabs">
|
||||||
@@ -25,7 +27,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a class="get-more-plugins-link" href="https://grafana.net/plugins?utm_source=grafana_plugin_list" target="_blank">
|
<a class="get-more-plugins-link" href="https://grafana.net/plugins?utm_source=grafana_plugin_list" target="_blank">
|
||||||
Find plugins on
|
Find more plugins on
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user