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
b7fcef33
Commit
b7fcef33
authored
Nov 27, 2018
by
Johannes Schill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
react-panel: Remove mock response button for now
parent
a03900e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
public/app/features/dashboard/dashgrid/QueryInspector.tsx
+2
-6
No files found.
public/app/features/dashboard/dashgrid/QueryInspector.tsx
View file @
b7fcef33
...
...
@@ -188,9 +188,11 @@ export class QueryInspector extends PureComponent<Props, State> {
return
(
<>
<
div
>
{
/*
<button className="btn btn-transparent btn-p-x-0 m-r-1" onClick={this.onToggleMocking}>
Mock response
</button>
*/
}
<
button
className=
"btn btn-transparent btn-p-x-0 m-r-1"
onClick=
{
this
.
onToggleExpand
}
>
{
this
.
renderExpandCollapse
()
}
</
button
>
...
...
@@ -215,12 +217,6 @@ export class QueryInspector extends PureComponent<Props, State> {
onInput=
{
this
.
setMockedResponse
}
placeholder=
"JSON"
/>
{
/* <textarea
className="gf-form-input"
style={{width: '95%'}}
rows={10}
ng-model="ctrl.mockedResponse"
placeholder="JSON"></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