Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
3ed7ab93
Commit
3ed7ab93
authored
Sep 22, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added small info text to plugins list page, #5176
parent
6574dfac
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
public/app/features/dashboard/shareModalCtrl.js
+1
-1
public/app/features/plugins/partials/plugin_list.html
+4
-2
No files found.
public/app/features/dashboard/shareModalCtrl.js
View file @
3ed7ab93
...
...
@@ -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
};
...
...
public/app/features/plugins/partials/plugin_list.html
View file @
3ed7ab93
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment