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
3d366c2a
Commit
3d366c2a
authored
May 04, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(graphs): align forms for line mode checkbox
parent
2018e303
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGELOG.md
+1
-0
public/app/plugins/panel/graph/tab_axes.html
+4
-3
No files found.
CHANGELOG.md
View file @
3d366c2a
...
...
@@ -6,6 +6,7 @@
*
**Remove query**
: Fixed issue with removing query for data sources without collapsable query editors, fixes
[
#4856
](
https://github.com/grafana/grafana/issues/4856
)
*
**
Graphite PNG
*
: Fixed issue graphite png rendering option, fixes
[
#4864
](
https://github.com/grafana/grafana/issues/4864
)
*
**InfluxDB**
: Fixed issue missing plus group by iconn, fixes
[
#4862
](
https://github.com/grafana/grafana/issues/4862
)
*
**Graph**
: Fixes missing line mode for thresholds, fixes
[
#4902
](
https://github.com/grafana/grafana/pull/4902
)
### Enhancements
*
**InfluxDB**
: Added new functions moving_average and difference to query editor, closes
[
#4698
](
https://github.com/grafana/grafana/issues/4698
)
...
...
public/app/plugins/panel/graph/tab_axes.html
View file @
3d366c2a
...
...
@@ -46,7 +46,7 @@
<h5
class=
"section-heading"
>
Thresholds
</h5>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-
5
"
>
Level 1
</label>
<label
class=
"gf-form-label width-
6
"
>
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
>
</div>
<div
class=
"gf-form"
>
...
...
@@ -58,7 +58,7 @@
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-
5
"
>
Level 2
</label>
<label
class=
"gf-form-label width-
6
"
>
Level 2
</label>
<input
type=
"number"
class=
"gf-form-input max-width-5"
ng-model=
"ctrl.panel.grid.threshold2"
ng-change=
"ctrl.render()"
ng-model-onblur
>
</div>
<div
class=
"gf-form"
>
...
...
@@ -68,6 +68,7 @@
</div>
</div>
</div>
<gf-form-switch
class=
"gf-form"
label=
"Line Mode"
label-class=
"width-10"
checked=
"ctrl.panel.grid.thresholdLine"
on-change=
"ctrl.render()"
></gf-form-switch>
<gf-form-switch
class=
"gf-form"
label=
"Line Mode"
label-class=
"width-6"
checked=
"ctrl.panel.grid.thresholdLine"
on-change=
"ctrl.render()"
></gf-form-switch>
</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