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
8f81c97a
Commit
8f81c97a
authored
Nov 09, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3170 from utkarshcmu/opentsdb-ctrl
Fixed opentsdb queryctrl uncheck Rate UI bug
parents
b5f35261
efc0b60d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
public/app/plugins/datasource/opentsdb/partials/query.editor.html
+4
-4
No files found.
public/app/plugins/datasource/opentsdb/partials/query.editor.html
View file @
8f81c97a
...
...
@@ -162,20 +162,20 @@
<editor-checkbox
text=
"Counter"
model=
"target.isCounter"
change=
"targetBlur()"
></editor-checkbox>
</li>
<li
class=
"tight-form-item"
ng-hide=
"!target.isCounter"
>
<li
class=
"tight-form-item"
ng-hide=
"!target.isCounter
|| !target.shouldComputeRate
"
>
Counter Max:
</li>
<li
ng-hide=
"!target.isCounter"
>
<li
ng-hide=
"!target.isCounter
|| !target.shouldComputeRate
"
>
<input
type=
"text"
class=
"tight-form-input input-small"
ng-disabled=
"!target.shouldComputeRate"
ng-model=
"target.counterMax"
spellcheck=
'false'
placeholder=
"max value"
ng-model-onblur
ng-blur=
"targetBlur()"
></input>
</li>
<li
class=
"tight-form-item"
ng-hide=
"!target.isCounter"
>
<li
class=
"tight-form-item"
ng-hide=
"!target.isCounter
|| !target.shouldComputeRate
"
>
Reset Value:
</li>
<li
ng-hide=
"!target.isCounter"
>
<li
ng-hide=
"!target.isCounter
|| !target.shouldComputeRate
"
>
<input
type=
"text"
class=
"tight-form-input input-small"
ng-disabled=
"!target.shouldComputeRate"
ng-model=
"target.counterResetValue"
spellcheck=
'false'
placeholder=
"reset value"
ng-model-onblur
...
...
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