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
86b19067
Commit
86b19067
authored
Feb 29, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(templating): make checkboxes a new row
parent
18a0a85d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
public/app/features/templating/partials/editor.html
+10
-5
No files found.
public/app/features/templating/partials/editor.html
View file @
86b19067
...
...
@@ -91,12 +91,17 @@
</div>
</div>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-7"
>
Label
</span>
<input
type=
"text"
class=
"gf-form-input max-width-14"
ng-model=
'current.label'
placeholder=
"optional display name"
></input>
<editor-checkbox
class=
"width-13"
text=
"Hide label"
model=
"current.hideLabel"
change=
"runQuery()"
></editor-checkbox>
<editor-checkbox
class=
"width-13"
text=
"Hide variable"
model=
"current.hideVariable"
change=
"runQuery()"
></editor-checkbox>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-7"
>
Label
</span>
<input
type=
"text"
class=
"gf-form-input max-width-14"
ng-model=
'current.label'
placeholder=
"optional display name"
></input>
</div>
<div
class=
"gf-form"
>
<editor-checkbox
class=
"width-10"
text=
"Hide label"
model=
"current.hideLabel"
change=
"runQuery()"
></editor-checkbox>
<editor-checkbox
class=
"width-11"
text=
"Hide variable"
model=
"current.hideVariable"
change=
"runQuery()"
></editor-checkbox>
</div>
</div>
</div>
<h5
class=
"section-heading"
>
Value Options
</h5>
...
...
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