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
ee86d247
Commit
ee86d247
authored
May 20, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(elasticsearch): minor editor layout fix
parent
e0e8fd66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
+3
-3
No files found.
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
View file @
ee86d247
...
@@ -70,9 +70,9 @@
...
@@ -70,9 +70,9 @@
</div>
</div>
<div
ng-if=
"agg.type === 'filters'"
>
<div
ng-if=
"agg.type === 'filters'"
>
<div
class=
"gf-form-inline
"
ng-repeat=
"filter in agg.settings.filters"
ng-class=
"{last: $last}
"
>
<div
class=
"gf-form-inline
offset-width-7"
ng-repeat=
"filter in agg.settings.filters
"
>
<div
class=
"gf-form"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-
item
width-10"
>
Query {{$index + 1}}
</label>
<label
class=
"gf-form-
label
width-10"
>
Query {{$index + 1}}
</label>
<input
type=
"text"
class=
"gf-form-input max-width-12"
ng-model=
"filter.query"
spellcheck=
'false'
placeholder=
"Lucene query"
ng-blur=
"onChangeInternal()"
>
<input
type=
"text"
class=
"gf-form-input max-width-12"
ng-model=
"filter.query"
spellcheck=
'false'
placeholder=
"Lucene query"
ng-blur=
"onChangeInternal()"
>
</div>
</div>
<div
class=
"gf-form"
>
<div
class=
"gf-form"
>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<div
ng-if=
"agg.type === 'geohash_grid'"
>
<div
ng-if=
"agg.type === 'geohash_grid'"
>
<div
class=
"gf-form offset-width-7"
>
<div
class=
"gf-form offset-width-7"
>
<label
class=
"gf-form-label"
>
Precision
</label>
<label
class=
"gf-form-label
width-10
"
>
Precision
</label>
<input
type=
"number"
class=
"gf-form-input max-width-12"
ng-model=
"agg.settings.precision"
spellcheck=
'false'
placeholder=
"3"
ng-blur=
"onChangeInternal()"
>
<input
type=
"number"
class=
"gf-form-input max-width-12"
ng-model=
"agg.settings.precision"
spellcheck=
'false'
placeholder=
"3"
ng-blur=
"onChangeInternal()"
>
</div>
</div>
</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