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
43903d71
Commit
43903d71
authored
Oct 06, 2017
by
Lucas Costa
Committed by
Torkel Ödegaard
Oct 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: threshold's colors in table panels (#9445) (#9453)
parent
5561a099
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
public/app/plugins/panel/table/column_options.html
+1
-1
No files found.
public/app/plugins/panel/table/column_options.html
View file @
43903d71
...
...
@@ -69,7 +69,7 @@
<h5
class=
"section-heading"
>
Thresholds
</h5>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-8"
>
Thresholds
<tip>
Comma separated values
</tip></label>
<input
type=
"text"
class=
"gf-form-input width-10"
ng-model=
"style.thresholds"
placeholder=
"50,80"
ng-blur=
"editor.render()"
array-join
ng-model-onblur
>
<input
type=
"text"
class=
"gf-form-input width-10"
ng-model=
"style.thresholds"
placeholder=
"50,80"
ng-blur=
"editor.render()"
array-join
>
</div>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-8"
>
Color Mode
</label>
...
...
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