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
8b4efbed
Commit
8b4efbed
authored
Apr 13, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:grafana/grafana
parents
10131aa8
23dc85c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
karma.conf.js
+3
-2
public/app/plugins/panel/pluginlist/module.html
+1
-1
public/sass/pages/_login.scss
+1
-2
No files found.
karma.conf.js
View file @
8b4efbed
...
...
@@ -24,9 +24,10 @@ module.exports = function(config) {
logLevel
:
config
.
LOG_INFO
,
autoWatch
:
true
,
browsers
:
[
'PhantomJS'
],
captureTimeout
:
2000
,
captureTimeout
:
2000
0
,
singleRun
:
true
,
autoWatchBatchDelay
:
1000
,
autoWatchBatchDelay
:
10000
,
browserNoActivityTimeout
:
60000
,
});
...
...
public/app/plugins/panel/pluginlist/module.html
View file @
8b4efbed
...
...
@@ -22,7 +22,7 @@
</div>
</div>
<div
class=
"pluginlist-item"
ng-show=
"category.list.length === 0"
>
<a
class=
"pluginlist-link pluginlist-link-{{plugin.state}}"
href=
"http://grafana
/
net/plugins/"
>
<a
class=
"pluginlist-link pluginlist-link-{{plugin.state}}"
href=
"http://grafana
.
net/plugins/"
>
<span
class=
"pluginlist-none-installed"
>
No additional panels installed.
<span
class=
"pluginlist-emphasis"
>
Browse Grafana.net
</span></span>
</a>
</div>
...
...
public/sass/pages/_login.scss
View file @
8b4efbed
...
...
@@ -134,7 +134,7 @@
border-bottom
:
1px
solid
$gray-1
;
.login-divider-text
{
background-color
:
$
dark-3
;
background-color
:
$
panel-bg
;
color
:
$gray-2
;
padding
:
0
10px
;
}
...
...
@@ -192,4 +192,3 @@
}
}
}
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