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
37cfe2a3
Commit
37cfe2a3
authored
Dec 16, 2015
by
carl bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(elastic): shorten expression to target input
parent
26abce64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
+2
-2
No files found.
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
View file @
37cfe2a3
...
@@ -63,9 +63,9 @@
...
@@ -63,9 +63,9 @@
Drop first
&
last value
Drop first
&
last value
</li>
</li>
<li
class=
"tight-form-item"
>
<li
class=
"tight-form-item"
>
<input
class=
"cr1"
type=
"checkbox"
id=
"
agg[{{agg.id}}].settings
.dropFirstLast"
<input
class=
"cr1"
type=
"checkbox"
id=
"
{{$id}}
.dropFirstLast"
ng-model=
"agg.settings.dropFirstLast"
ng-checked=
"agg.settings.dropFirstLast"
ng-change=
"onChangeInternal()"
>
ng-model=
"agg.settings.dropFirstLast"
ng-checked=
"agg.settings.dropFirstLast"
ng-change=
"onChangeInternal()"
>
<label
for=
"
agg[{{agg.id}}].settings
.dropFirstLast"
class=
"cr1"
></label>
<label
for=
"
{{$id}}
.dropFirstLast"
class=
"cr1"
></label>
</li>
</li>
<li
class=
"tight-form-item last"
>
<li
class=
"tight-form-item last"
>
<i
class=
"fa fa-question-circle"
bs-tooltip=
"'Ignore the first and last values of the dataset'"
data-placement=
"right"
></i>
<i
class=
"fa fa-question-circle"
bs-tooltip=
"'Ignore the first and last values of the dataset'"
data-placement=
"right"
></i>
...
...
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