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
16d476d2
Commit
16d476d2
authored
Jan 18, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Query editor row style update & sass cleanup
parent
a231e57c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
81 deletions
+3
-81
public/app/features/dashboard/panel_editor/QueryInspector.tsx
+1
-15
public/sass/components/_query_editor.scss
+2
-66
No files found.
public/app/features/dashboard/panel_editor/QueryInspector.tsx
View file @
16d476d2
...
...
@@ -177,7 +177,6 @@ export class QueryInspector extends PureComponent<Props, State> {
render
()
{
const
{
response
,
isLoading
}
=
this
.
state
.
dsQuery
;
const
{
isMocking
}
=
this
.
state
;
const
openNodes
=
this
.
getNrOfOpenNodes
();
if
(
isLoading
)
{
...
...
@@ -199,20 +198,7 @@ export class QueryInspector extends PureComponent<Props, State> {
</
CopyToClipboard
>
</
div
>
{
!
isMocking
&&
<
JSONFormatter
json=
{
response
}
open=
{
openNodes
}
onDidRender=
{
this
.
setFormattedJson
}
/>
}
{
isMocking
&&
(
<
div
className=
"query-troubleshooter__body"
>
<
div
className=
"gf-form p-l-1 gf-form--v-stretch"
>
<
textarea
className=
"gf-form-input"
style=
{
{
width
:
'95%'
}
}
rows=
{
10
}
onInput=
{
this
.
setMockedResponse
}
placeholder=
"JSON"
/>
</
div
>
</
div
>
)
}
<
JSONFormatter
json=
{
response
}
open=
{
openNodes
}
onDidRender=
{
this
.
setFormattedJson
}
/>
</>
);
}
...
...
public/sass/components/_query_editor.scss
View file @
16d476d2
...
...
@@ -31,48 +31,6 @@
}
}
.gf-form-query-content
{
flex-grow
:
2
;
&
--collapsed
{
overflow
:
hidden
;
.gf-form-label
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
width
:
100%
;
white-space
:
nowrap
;
}
}
}
.gf-form-query-letter-cell
{
flex-shrink
:
0
;
.gf-form-query-letter-cell-carret
{
display
:
inline-block
;
width
:
0
.7rem
;
position
:
relative
;
left
:
-2px
;
}
.gf-form-query-letter-cell-letter
{
font-weight
:
bold
;
color
:
$blue
;
}
.gf-form-query-letter-cell-ds
{
color
:
$text-color-weak
;
}
}
.gf-query-ds-label
{
text-align
:
center
;
width
:
44px
;
}
.grafana-metric-options
{
margin-top
:
25px
;
}
.tight-form-func
{
background
:
$tight-form-func-bg
;
...
...
@@ -124,28 +82,6 @@ input[type='text'].tight-form-func-param {
}
}
.query-troubleshooter
{
font-size
:
$font-size-sm
;
margin
:
$gf-form-margin
;
border
:
1px
solid
$btn-secondary-bg
;
min-height
:
100px
;
border-radius
:
3px
;
}
.query-troubleshooter__header
{
float
:
right
;
font-size
:
$font-size-sm
;
text-align
:
right
;
padding
:
$input-padding-y
$input-padding-x
;
a
{
margin-left
:
$spacer
;
}
}
.query-troubleshooter__body
{
padding
:
$spacer
0
;
}
.
rst-text
:
:
before
{
content
:
' '
;
}
...
...
@@ -202,8 +138,8 @@ input[type='text'].tight-form-func-param {
background
:
$page-bg
;
flex-wrap
:
nowrap
;
align-items
:
center
;
}
}
.query-editor-row__ref-id
{
font-weight
:
$font-weight-semi-bold
;
color
:
$blue
;
...
...
@@ -256,7 +192,7 @@ input[type='text'].tight-form-func-param {
}
.query-editor-row__body
{
margin
:
0
0
10px
40px
;
margin
:
2px
0
10px
40px
;
background
:
$page-bg
;
&
--collapsed
{
...
...
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