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
80f5c914
Commit
80f5c914
authored
Aug 09, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ace: removed the old text areas
parent
68cac6cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
14 deletions
+1
-14
public/app/plugins/datasource/mysql/partials/query.editor.html
+1
-8
public/app/plugins/datasource/prometheus/partials/query.editor.html
+0
-6
No files found.
public/app/plugins/datasource/mysql/partials/query.editor.html
View file @
80f5c914
<query-editor-row
query-ctrl=
"ctrl"
can-collapse=
"false"
>
<query-editor-row
query-ctrl=
"ctrl"
can-collapse=
"false"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-form--grow"
>
<textarea
rows=
"5"
class=
"gf-form-input"
ng-model=
"ctrl.target.rawSql"
spellcheck=
"false"
placeholder=
"query expression"
data-min-length=
0
data-items=
100
ng-model-onblur
ng-change=
"ctrl.panelCtrl.refresh()"
></textarea>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form gf-form--grow"
>
<code-editor
content=
"ctrl.target.rawSql"
on-change=
"ctrl.panelCtrl.refresh()"
<code-editor
content=
"ctrl.target.rawSql"
on-change=
"ctrl.panelCtrl.refresh()"
data-mode=
"sql"
>
data-mode=
"sql"
>
</code-editor>
</code-editor>
</div>
</div>
</div>
</div>
...
...
public/app/plugins/datasource/prometheus/partials/query.editor.html
View file @
80f5c914
<query-editor-row
query-ctrl=
"ctrl"
can-collapse=
"true"
has-text-edit-mode=
"true"
>
<query-editor-row
query-ctrl=
"ctrl"
can-collapse=
"true"
has-text-edit-mode=
"true"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form gf-form--grow"
>
<textarea
rows=
"3"
class=
"gf-form-input"
ng-model=
"ctrl.target.expr"
spellcheck=
"false"
placeholder=
"query expression"
data-min-length=
0
data-items=
100
give-focus=
"ctrl.target.refId == 'A'"
ng-model-onblur
ng-change=
"ctrl.refreshMetricData()"
></textarea>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-form--grow"
>
<code-editor
content=
"ctrl.target.expr"
on-change=
"ctrl.refreshMetricData()"
<code-editor
content=
"ctrl.target.expr"
on-change=
"ctrl.refreshMetricData()"
get-metrics=
"ctrl.getMetricsAutocomplete"
data-mode=
"prometheus"
>
get-metrics=
"ctrl.getMetricsAutocomplete"
data-mode=
"prometheus"
>
</code-editor>
</code-editor>
...
...
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