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
c22a192b
Commit
c22a192b
authored
Oct 20, 2017
by
Alexander Zobnin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graphite: split tags and functions into 2 rows when seriesByTag used
parent
968ce15e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
public/app/plugins/datasource/graphite/partials/query.editor.html
+17
-8
No files found.
public/app/plugins/datasource/graphite/partials/query.editor.html
View file @
c22a192b
<query-editor-row
query-ctrl=
"ctrl"
has-text-edit-mode=
"true"
>
<div
class=
"gf-form"
ng-show=
"ctrl.target.textEditor"
>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
"ctrl.target.target"
spellcheck=
"false"
ng-blur=
"ctrl.targetTextChanged()"
></input>
</div>
<div
class=
"gf-form"
ng-show=
"ctrl.target.textEditor"
>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
"ctrl.target.target"
spellcheck=
"false"
ng-blur=
"ctrl.targetTextChanged()"
></input>
</div>
<div
ng-hide=
"ctrl.target.textEditor"
>
<div
class=
"gf-form-inline
"
>
<div
class=
"gf-form"
ng-if=
"ctrl.queryModel.seriesByTagUsed"
>
<label
class=
"gf-form-label
query-keyword"
>
seriesByTag
</label>
<div
class=
"gf-form-inline"
ng-if=
"ctrl.queryModel.seriesByTagUsed
"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label
width-6 query-keyword"
>
Tags
</label>
</div>
<div
ng-repeat=
"tag in ctrl.queryModel.tags"
class=
"gf-form"
>
...
...
@@ -31,6 +31,15 @@
on-change=
"ctrl.addNewTag(segment)"
>
</metric-segment>
</div>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form-label gf-form-label--grow"
></div>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
ng-if=
"ctrl.queryModel.seriesByTagUsed"
>
<label
class=
"gf-form-label width-6 query-keyword"
>
Functions
</label>
</div>
<div
ng-repeat=
"segment in ctrl.segments"
role=
"menuitem"
class=
"gf-form"
>
<metric-segment
segment=
"segment"
get-options=
"ctrl.getAltSegments($index)"
on-change=
"ctrl.segmentValueChanged(segment, $index)"
></metric-segment>
...
...
@@ -45,8 +54,8 @@
</div>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form-label gf-form-label--grow"
></div>
</div>
<div
class=
"gf-form-label gf-form-label--grow"
></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