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
2479ad26
Commit
2479ad26
authored
May 05, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: updated look of info box
parent
e75bc5d3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
public/app/features/templating/partials/editor.html
+1
-1
public/app/partials/metrics.html
+1
-0
public/sass/components/_infobox.scss
+5
-3
No files found.
public/app/features/templating/partials/editor.html
View file @
2479ad26
...
...
@@ -72,7 +72,7 @@
<div
ng-show=
"mode === 'help'"
>
<div
class=
"grafana-info-box col-lg-8"
>
<h
3
class=
"page-heading"
>
What does templating do?
</h3
>
<h
5>
What does templating do?
</h5
>
<p>
Templating allows for more interactive and dynamic dashboards. Instead of hard-coding things like server, application
and sensor name in you metric queries you can use variables in their place. Variables are shown as dropdown select boxes at the top of
the dashboard. These dropdowns make it easy to change the data being displayed in your dashboard.
...
...
public/app/partials/metrics.html
View file @
2479ad26
...
...
@@ -17,3 +17,4 @@
</rebuild-on-change>
</div>
<div
class=
"clearfix"
></div>
public/sass/components/_infobox.scss
View file @
2479ad26
...
...
@@ -10,9 +10,11 @@
.grafana-info-box
{
position
:
relative
;
padding
:
5px
20px
;
background-color
:
$tight-form-bg
;
border
:
1px
solid
$tight-form-border
;
background
:
$card-background
;
box-shadow
:
$card-shadow
;
padding
:
1rem
;
border-radius
:
4px
;
h5
{
margin-top
:
5px
;
}
...
...
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