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
d261f33c
Commit
d261f33c
authored
May 17, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
influxdb: influxdb query editor changes
parent
972be885
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
public/app/plugins/datasource/influxdb/partials/query.editor.html
+12
-7
No files found.
public/app/plugins/datasource/influxdb/partials/query.editor.html
View file @
d261f33c
...
...
@@ -75,8 +75,7 @@
<div
class=
"gf-form-inline"
ng-if=
"ctrl.target.orderByTime === 'DESC'"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label query-keyword width-7"
>
ORDER BY
</label>
<label
class=
"gf-form-label"
>
time
</label>
<label
class=
"gf-form-label query-keyword"
ng-click=
"ctrl.removeOrderBy()"
>
DESC
<i
class=
"fa fa-remove"
></i></label>
<label
class=
"gf-form-label pointer"
ng-click=
"ctrl.removeOrderByTime()"
>
time
<span
classs=
"query-keyword"
>
DESC
</span>
<i
class=
"fa fa-remove"
></i></label>
</div>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form-label gf-form-label--grow"
></div>
...
...
@@ -104,12 +103,8 @@
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form max-width-30"
>
<label
class=
"gf-form-label query-keyword width-7"
>
ALIAS BY
</label>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
"ctrl.target.alias"
spellcheck=
'false'
placeholder=
"Naming pattern"
ng-blur=
"ctrl.refresh()"
>
</div>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label query-keyword"
>
FORMAT AS
</label>
<label
class=
"gf-form-label query-keyword
width-7
"
>
FORMAT AS
</label>
<div
class=
"gf-form-select-wrapper"
>
<select
class=
"gf-form-input gf-size-auto"
ng-model=
"ctrl.target.resultFormat"
ng-options=
"f.value as f.text for f in ctrl.resultFormats"
ng-change=
"ctrl.refresh()"
></select>
</div>
...
...
@@ -119,4 +114,14 @@
</div>
</div>
<div
class=
"gf-form-inline"
ng-hide=
"ctrl.target.resultFormat === 'table'"
>
<div
class=
"gf-form max-width-30"
>
<label
class=
"gf-form-label query-keyword width-7"
>
ALIAS BY
</label>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
"ctrl.target.alias"
spellcheck=
'false'
placeholder=
"Naming pattern"
ng-blur=
"ctrl.refresh()"
>
</div>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form-label gf-form-label--grow"
></div>
</div>
</div>
</query-editor-row>
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