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
825b8192
Unverified
Commit
825b8192
authored
Dec 05, 2018
by
Torkel Ödegaard
Committed by
GitHub
Dec 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14316 from grafana/embedding-fix
fix for panel height when embedding
parents
311ec3c0
e31490ac
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
public/app/features/panel/partials/soloPanel.html
+1
-2
public/sass/base/_type.scss
+0
-1
public/sass/pages/_dashboard.scss
+9
-2
No files found.
public/app/features/panel/partials/soloPanel.html
View file @
825b8192
<div
class=
"panel
panel--solo"
ng-if=
"panel"
style=
"width: 100%
"
>
<div
class=
"panel
-solo"
ng-if=
"panel
"
>
<plugin-component
type=
"panel"
>
</plugin-component>
</div>
<div
class=
"clearfix"
></div>
public/sass/base/_type.scss
View file @
825b8192
...
...
@@ -199,7 +199,6 @@ small,
mark
,
.mark
{
padding
:
0
.2em
;
background
:
$alert-warning-bg
;
}
...
...
public/sass/pages/_dashboard.scss
View file @
825b8192
...
...
@@ -19,16 +19,23 @@ div.flot-text {
.panel
{
height
:
100%
;
}
&
-
-solo
{
.panel
-solo
{
position
:
fixed
;
bottom
:
0
;
right
:
0
;
margin
:
0
;
left
:
0
;
top
:
0
;
.panel-container
{
border
:
none
;
z-index
:
$zindex-sidemenu
+
1
;
}
.panel-menu-toggle
,
.panel-menu
{
display
:
none
;
}
}
...
...
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