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
f41c3143
Commit
f41c3143
authored
May 18, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor layout fix to templating editor, making input fields a little less wide
parent
84618a60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
public/app/features/templating/partials/editor.html
+4
-4
No files found.
public/app/features/templating/partials/editor.html
View file @
f41c3143
...
...
@@ -65,7 +65,7 @@
Name
</li>
<li>
<input
type=
"text"
class=
"input-
x
large tight-form-input"
placeholder=
"apps.servers.*"
ng-model=
'current.name'
></input>
<input
type=
"text"
class=
"input-large tight-form-input"
placeholder=
"apps.servers.*"
ng-model=
'current.name'
></input>
</li>
<li
class=
"tight-form-item"
>
Type
...
...
@@ -139,7 +139,7 @@
Query
</li>
<li>
<input
type=
"text"
style=
"width:
646
px"
class=
"input-xxlarge tight-form-input last"
placeholder=
"name"
ng-model=
'current.query'
placeholder=
"apps.servers.*"
ng-model-onblur
ng-change=
"runQuery()"
></input>
<input
type=
"text"
style=
"width:
588
px"
class=
"input-xxlarge tight-form-input last"
placeholder=
"name"
ng-model=
'current.query'
placeholder=
"apps.servers.*"
ng-model-onblur
ng-change=
"runQuery()"
></input>
</li>
</ul>
<div
class=
"clearfix"
></div>
...
...
@@ -151,7 +151,7 @@
<tip>
Optional, if you want to extract part of a series name or metric node segment
</tip>
</li>
<li>
<input
type=
"text"
style=
"width:
646
px"
class=
"input tight-form-input last"
ng-model=
'current.regex'
placeholder=
"/.*-(.*)-.*/"
ng-model-onblur
ng-change=
"runQuery()"
></input>
<input
type=
"text"
style=
"width:
588
px"
class=
"input tight-form-input last"
ng-model=
'current.regex'
placeholder=
"/.*-(.*)-.*/"
ng-model-onblur
ng-change=
"runQuery()"
></input>
</li>
</ul>
<div
class=
"clearfix"
></div>
...
...
@@ -163,7 +163,7 @@
<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:
422
px"
ng-model=
'current.options[0].value'
></input>
<input
type=
"text"
class=
"input-xlarge tight-form-input"
style=
"width:
364
px"
ng-model=
'current.options[0].value'
></input>
</li>
<li
class=
"tight-form-item"
ng-show=
"current.includeAll"
>
All format
...
...
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