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
a9d78231
Commit
a9d78231
authored
Nov 18, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Singlestat: only show thresholds options when coloring option is checked, Fixes #1077
parent
6c0f5329
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/app/panels/singlestat/editor.html
+3
-3
No files found.
src/app/panels/singlestat/editor.html
View file @
a9d78231
...
...
@@ -42,12 +42,12 @@
<h5>
Coloring
</h5>
<editor-opt-bool
text=
"Background"
model=
"panel.colorBackground"
change=
"setColoring({background: true})"
></editor-opt-bool>
<editor-opt-bool
text=
"Value"
model=
"panel.colorValue"
change=
"setColoring({value: true})"
></editor-opt-bool>
<div
class=
"editor-option"
>
<div
class=
"editor-option"
ng-show=
"panel.colorBackground || panel.colorValue"
>
<label
class=
"small"
>
Thresholds
<tip>
Comma seperated values
</tip></label>
<input
type=
"text"
class=
"input-large"
ng-model=
"panel.thresholds"
ng-blur=
"render()"
placeholder=
"0,50,80"
></input>
</div>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Color
</label>
<div
class=
"editor-option"
ng-show=
"panel.colorBackground || panel.colorValue"
>
<label
class=
"small"
>
Color
s
</label>
<spectrum-picker
ng-model=
"panel.colors[0]"
ng-change=
"render()"
></spectrum-picker>
<spectrum-picker
ng-model=
"panel.colors[1]"
ng-change=
"render()"
></spectrum-picker>
<spectrum-picker
ng-model=
"panel.colors[2]"
ng-change=
"render()"
></spectrum-picker>
...
...
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