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
12c770f0
Commit
12c770f0
authored
May 05, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
markup update for templating editor
parent
637988b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
+6
-18
public/app/partials/templating_editor.html
+6
-18
No files found.
public/app/partials/templating_editor.html
View file @
12c770f0
...
...
@@ -104,9 +104,7 @@
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 160px"
>
Include auto interval
<input
class=
"cr1"
id=
"current.auto"
type=
"checkbox"
ng-model=
"current.auto"
ng-checked=
"current.auto"
ng-change=
"runQuery()"
>
<label
for=
"current.auto"
class=
"cr1"
></label>
<editor-checkbox
text=
"Include auto interval"
model=
"current.auto"
change=
"runQuery()"
></editor-checkbox>
</li>
<li
class=
"tight-form-item"
ng-show=
"current.auto"
>
Auto interval steps
<tip>
How many steps, roughly, the interval is rounded and will not always match this count
<tip>
...
...
@@ -162,9 +160,7 @@
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 100px;"
>
All value
<input
class=
"cr1"
id=
"current.includeAll"
type=
"checkbox"
ng-model=
"current.includeAll"
ng-checked=
"current.includeAll"
ng-change=
"runQuery()"
>
<label
for=
"current.includeAll"
class=
"cr1"
></label>
<editor-checkbox
text=
"All value"
model=
"current.includeAll"
change=
"runQuery()"
></editor-checkbox>
</li>
<li
ng-show=
"current.includeAll"
>
<input
type=
"text"
class=
"input-xlarge tight-form-input"
style=
"width:422px"
ng-model=
'current.options[0].value'
></input>
...
...
@@ -181,12 +177,8 @@
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 100px;"
>
Refresh on load
</li>
<li
class=
"tight-form-item"
>
<input
class=
"cr1"
id=
"current.refresh"
type=
"checkbox"
ng-model=
"current.refresh"
ng-checked=
"current.refresh"
>
<label
for=
"current.refresh"
class=
"cr1"
></label>
<li
class=
"tight-form-item last"
>
<editor-checkbox
text=
"Refresh on load"
model=
"current.refresh"
></editor-checkbox>
<tip>
Check if you want values to be updated on dashboard load, will slow down dashboard load time
</tip>
</li>
</ul>
...
...
@@ -202,9 +194,7 @@
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item last"
style=
"width: 100px;"
>
Enable
<input
class=
"cr1"
id=
"current.multi"
type=
"checkbox"
ng-model=
"current.multi"
ng-checked=
"current.multi"
ng-change=
"runQuery()"
>
<label
for=
"current.multi"
class=
"cr1"
></label>
<editor-checkbox
text=
"Enable"
model=
"current.multi"
change=
"runQuery()"
></editor-checkbox>
</li>
<li
class=
"tight-form-item"
ng-show=
"current.multi"
>
Multi format
...
...
@@ -228,9 +218,7 @@
<input
type=
"text"
class=
"input-medium tight-form-input"
ng-model=
'current.label'
placeholder=
""
></input>
</li>
<li
class=
"tight-form-item last"
>
Hide label
<input
class=
"cr1"
id=
"current.hideLabel"
type=
"checkbox"
ng-model=
"current.hideLabel"
ng-checked=
"current.hideLabel"
change=
"runQuery()"
>
<label
for=
"current.hideLabel"
class=
"cr1"
></label>
<editor-checkbox
text=
"Hide label"
model=
"current.hideLabel"
change=
"runQuery()"
></editor-checkbox>
</li>
</ul>
<div
class=
"clearfix"
></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