Kaynağa Gözat

added small info text to plugins list page, #5176

Torkel Ödegaard 9 yıl önce
ebeveyn
işleme
3ed7ab93c5

+ 1 - 1
public/app/features/dashboard/shareModalCtrl.js

@@ -8,7 +8,7 @@ function (angular, _, require, config) {
 
   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.editor = { index: $scope.tabIndex || 0};

+ 4 - 2
public/app/features/plugins/partials/plugin_list.html

@@ -3,7 +3,9 @@
 
 <div class="page-container">
   <div class="page-header">
-    <h1>Plugins</h1>
+    <h1>
+			Plugins <span class="muted small">(currently installed)</span>
+		</h1>
 
 		<div class="page-header-tabs">
 			<ul class="gf-tabs">
@@ -25,7 +27,7 @@
 			</ul>
 
       <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>
     </div>
   </div>