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
2ee9376d
Commit
2ee9376d
authored
Mar 29, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): form tweaks
parent
d545902a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
25 deletions
+27
-25
public/app/plugins/panel/graph/tab_axes.html
+27
-25
No files found.
public/app/plugins/panel/graph/tab_axes.html
View file @
2ee9376d
...
@@ -41,30 +41,32 @@
...
@@ -41,30 +41,32 @@
<h5
class=
"section-heading"
>
X-Axis
</h5>
<h5
class=
"section-heading"
>
X-Axis
</h5>
<gf-form-switch
class=
"gf-form"
label=
"Show"
label-class=
"width-5"
checked=
"ctrl.panel.xaxis.show"
on-change=
"ctrl.render()"
></gf-form-switch>
<gf-form-switch
class=
"gf-form"
label=
"Show"
label-class=
"width-5"
checked=
"ctrl.panel.xaxis.show"
on-change=
"ctrl.render()"
></gf-form-switch>
</div>
</div>
</div>
<div
class=
"section gf-form-group"
>
<div
class=
"section gf-form-group"
>
<h5
class=
"section-heading"
>
Thresholds
</h5>
<h5
class=
"section-heading"
>
Thresholds
</h5>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-5"
>
Level 1
</label>
<label
class=
"gf-form-label width-5"
>
Level 1
</label>
<input
type=
"number"
class=
"gf-form-input max-width-5"
ng-model=
"ctrl.panel.grid.threshold1"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<input
type=
"number"
class=
"gf-form-input max-width-5"
ng-model=
"ctrl.panel.grid.threshold1"
ng-change=
"ctrl.render()"
ng-model-onblur
>
</div>
</div>
<div
class=
"gf-form"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-5"
>
Color
</label>
<label
class=
"gf-form-label width-5"
>
Color
</label>
<div
class=
"gf-form-label"
>
<div
class=
"gf-form-label"
>
<spectrum-picker
ng-model=
"ctrl.panel.grid.threshold1Color"
ng-change=
"ctrl.render()"
></spectrum-picker>
<spectrum-picker
ng-model=
"ctrl.panel.grid.threshold1Color"
ng-change=
"ctrl.render()"
></spectrum-picker>
</div>
</div>
</div>
</div>
<div
class=
"gf-form"
>
</div>
<label
class=
"gf-form-label width-5"
>
Level 2
</label>
<div
class=
"gf-form-inline"
>
<input
type=
"number"
class=
"gf-form-input max-width-5"
ng-model=
"ctrl.panel.grid.threshold2"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<div
class=
"gf-form"
>
</div>
<label
class=
"gf-form-label width-5"
>
Level 2
</label>
<div
class=
"gf-form"
>
<input
type=
"number"
class=
"gf-form-input max-width-5"
ng-model=
"ctrl.panel.grid.threshold2"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<label
class=
"gf-form-label width-5"
>
Color
</label>
</div>
<div
class=
"gf-form-label"
>
<div
class=
"gf-form"
>
<spectrum-picker
ng-model=
"ctrl.panel.grid.threshold2Color"
ng-change=
"ctrl.render()"
></spectrum-picker>
<label
class=
"gf-form-label width-5"
>
Color
</label>
</div>
<div
class=
"gf-form-label"
>
</div>
<spectrum-picker
ng-model=
"ctrl.panel.grid.threshold2Color"
ng-change=
"ctrl.render()"
></spectrum-picker>
</div>
</div>
</div>
</div>
</div>
</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