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
9e5fe8db
Unverified
Commit
9e5fe8db
authored
Aug 04, 2020
by
Ryan McKinley
Committed by
GitHub
Aug 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test datasource: fix query editor html partial (#26788)
parent
e6e5cc6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
public/app/plugins/datasource/testdata/partials/query.editor.html
+7
-5
No files found.
public/app/plugins/datasource/testdata/partials/query.editor.html
View file @
9e5fe8db
...
...
@@ -127,8 +127,7 @@
ng-model=
"ctrl.target.stream.type"
class=
"gf-form-input"
ng-options=
"type for type in ['signal','logs', 'fetch']"
ng-change=
"ctrl.streamChanged()"
/>
</select>
ng-change=
"ctrl.streamChanged()"
></select>
</div>
</div>
<div
class=
"gf-form"
>
...
...
@@ -181,7 +180,7 @@
ng-change=
"ctrl.streamChanged()"
ng-model-onblur
/>
</div>
<div
class=
"gf-form gf-form--grow"
ng-if=
"ctrl.target.stream.type !== 'fetch'"
>
<div
class=
"gf-form gf-form--grow"
>
<div
class=
"gf-form-label gf-form-label--grow"
></div>
</div>
</div>
...
...
@@ -199,6 +198,9 @@
<div
class=
"gf-form"
>
<gf-form-switch
class=
"gf-form"
label=
"Level"
label-class=
"query-keyword width-5"
checked=
"ctrl.target.levelColumn"
switch-class=
"max-width-6"
on-change=
"ctrl.refresh()"
></gf-form-switch>
</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"
ng-if=
"ctrl.scenario.id === 'grafana_api'"
>
...
...
@@ -209,7 +211,7 @@
ng-model=
"ctrl.target.stringInput"
class=
"gf-form-input"
ng-options=
"type for type in ['datasources', 'search', 'annotations']"
ng-change=
"ctrl.refresh()"
/
>
ng-change=
"ctrl.refresh()"
>
</select>
</div>
</div>
...
...
@@ -224,7 +226,7 @@
placeholder=
"copy base64 text data from query result"
ng-model=
"ctrl.target.stringInput"
ng-change=
"ctrl.refresh()"
ng-model-onblur
/
>
ng-model-onblur
></textarea
>
</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