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
5573d285
Unverified
Commit
5573d285
authored
May 10, 2019
by
Torkel Ödegaard
Committed by
GitHub
May 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Panels: Fixed error panel tooltip (#16993)
Fixes #16989
parent
5e44f001
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx
+8
-8
public/sass/components/_panel_header.scss
+4
-2
No files found.
public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx
View file @
5573d285
...
...
@@ -81,15 +81,15 @@ export class PanelHeader extends Component<Props, State> {
return
(
<>
<
PanelHeaderCorner
panel=
{
panel
}
title=
{
panel
.
title
}
description=
{
panel
.
description
}
scopedVars=
{
panel
.
scopedVars
}
links=
{
panel
.
links
}
error=
{
error
}
/>
<
div
className=
{
panelHeaderClass
}
>
<
PanelHeaderCorner
panel=
{
panel
}
title=
{
panel
.
title
}
description=
{
panel
.
description
}
scopedVars=
{
panel
.
scopedVars
}
links=
{
panel
.
links
}
error=
{
error
}
/>
<
div
className=
"panel-title-container"
onClick=
{
this
.
onMenuToggle
}
...
...
public/sass/components/_panel_header.scss
View file @
5573d285
...
...
@@ -126,6 +126,7 @@ $panel-header-no-title-zindex: 1;
left
:
0
;
width
:
$panel-header-height
;
height
:
$panel-header-height
;
z-index
:
$panel-header-no-title-zindex
+
1
;
top
:
0
;
.fa
{
...
...
@@ -138,7 +139,8 @@ $panel-header-no-title-zindex: 1;
&
--info
{
display
:
block
;
@include
panel-corner-color
(
lighten
(
$panel-corner
,
4%
));
@include
panel-corner-color
(
lighten
(
$panel-corner
,
6%
));
.fa
:before
{
content
:
'\f129'
;
}
...
...
@@ -146,7 +148,7 @@ $panel-header-no-title-zindex: 1;
&
--links
{
display
:
block
;
@include
panel-corner-color
(
lighten
(
$panel-corner
,
4
%
));
@include
panel-corner-color
(
lighten
(
$panel-corner
,
6
%
));
.fa
{
left
:
4px
;
}
...
...
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