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
8a4ce3e4
Unverified
Commit
8a4ce3e4
authored
Jan 18, 2019
by
Torkel Ödegaard
Committed by
GitHub
Jan 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14945 from grafana/hugoh/bug-misalignment-of-explore-panels
Hack for getting the same height in splitted view
parents
916f9bef
11944adc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
public/app/features/explore/Explore.tsx
+13
-6
No files found.
public/app/features/explore/Explore.tsx
View file @
8a4ce3e4
...
...
@@ -242,11 +242,14 @@ export class Explore extends React.PureComponent<ExploreProps> {
</
a
>
</
div
>
)
:
(
<
div
className=
"navbar-buttons explore-first-button"
>
<
button
className=
"btn navbar-button"
onClick=
{
this
.
onClickCloseSplit
}
>
Close Split
</
button
>
</
div
>
<>
<
div
className=
"navbar-page-btn"
/>
<
div
className=
"navbar-buttons explore-first-button"
>
<
button
className=
"btn navbar-button"
onClick=
{
this
.
onClickCloseSplit
}
>
Close Split
</
button
>
</
div
>
</>
)
}
{
!
datasourceMissing
?
(
<
div
className=
"navbar-buttons"
>
...
...
@@ -274,7 +277,11 @@ export class Explore extends React.PureComponent<ExploreProps> {
<
div
className=
"navbar-buttons relative"
>
<
button
className=
"btn navbar-button navbar-button--primary"
onClick=
{
this
.
onSubmit
}
>
Run Query
{
' '
}
{
loading
?
<
i
className=
"fa fa-spinner fa-fw fa-spin run-icon"
/>
:
<
i
className=
"fa fa-level-down fa-fw run-icon"
/>
}
{
loading
?
(
<
i
className=
"fa fa-spinner fa-fw fa-spin run-icon"
/>
)
:
(
<
i
className=
"fa fa-level-down fa-fw run-icon"
/>
)
}
</
button
>
</
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