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
6c83699e
Commit
6c83699e
authored
Oct 20, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Panel: css fix for panel fullscreen/edit mode for latest chrome 38 and Firefox 33, #954
parent
ff254ce0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
10 deletions
+17
-10
src/app/dashboards/default.json
+0
-1
src/app/dashboards/scripted.js
+11
-0
src/app/dashboards/template_vars.json
+0
-1
src/app/panels/graph/module.js
+0
-4
src/css/less/grafana.less
+5
-3
src/css/less/submenu.less
+1
-1
No files found.
src/app/dashboards/default.json
View file @
6c83699e
...
@@ -101,7 +101,6 @@
...
@@ -101,7 +101,6 @@
"legend_counts"
:
true
,
"legend_counts"
:
true
,
"timezone"
:
"browser"
,
"timezone"
:
"browser"
,
"percentage"
:
false
,
"percentage"
:
false
,
"zerofill"
:
true
,
"nullPointMode"
:
"connected"
,
"nullPointMode"
:
"connected"
,
"steppedLine"
:
false
,
"steppedLine"
:
false
,
"tooltip"
:
{
"tooltip"
:
{
...
...
src/app/dashboards/scripted.js
View file @
6c83699e
...
@@ -68,6 +68,17 @@ for (var i = 0; i < rows; i++) {
...
@@ -68,6 +68,17 @@ for (var i = 0; i < rows; i++) {
'target'
:
"randomWalk('random walk2')"
'target'
:
"randomWalk('random walk2')"
}
}
],
],
seriesOverrides
:
[
{
alias
:
'/random/'
,
yaxis
:
2
,
fill
:
0
,
linewidth
:
5
}
],
tooltip
:
{
shared
:
true
}
}
}
]
]
});
});
...
...
src/app/dashboards/template_vars.json
View file @
6c83699e
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
"avg"
:
false
"avg"
:
false
},
},
"percentage"
:
false
,
"percentage"
:
false
,
"zerofill"
:
true
,
"nullPointMode"
:
"connected"
,
"nullPointMode"
:
"connected"
,
"steppedLine"
:
false
,
"steppedLine"
:
false
,
"tooltip"
:
{
"tooltip"
:
{
...
...
src/app/panels/graph/module.js
View file @
6c83699e
...
@@ -151,10 +151,6 @@ function (angular, app, $, _, kbn, moment, TimeSeries) {
...
@@ -151,10 +151,6 @@ function (angular, app, $, _, kbn, moment, TimeSeries) {
* queries
* queries
*/
*/
percentage
:
false
,
percentage
:
false
,
/** @scratch /panels/histogram/3
* zerofill:: Improves the accuracy of line charts at a small performance cost.
*/
zerofill
:
true
,
nullPointMode
:
'connected'
,
nullPointMode
:
'connected'
,
...
...
src/css/less/grafana.less
View file @
6c83699e
...
@@ -115,7 +115,7 @@
...
@@ -115,7 +115,7 @@
position: fixed;
position: fixed;
left: 0px;
left: 0px;
right: 0px;
right: 0px;
top: 5
4
px;
top: 5
1
px;
height: 100%;
height: 100%;
padding: 0 10px;
padding: 0 10px;
background: @grafanaPanelBackground;
background: @grafanaPanelBackground;
...
@@ -133,9 +133,11 @@
...
@@ -133,9 +133,11 @@
.dashboard-fullscreen {
.dashboard-fullscreen {
.main-view-container {
.main-view-container {
height: 0;
overflow: hidden;
overflow: hidden;
padding: 0;
height: 0;
.row-control-inner {
display: none;
}
}
}
}
}
...
...
src/css/less/submenu.less
View file @
6c83699e
.submenu-controls-visible:not(.hide-controls) {
.submenu-controls-visible:not(.hide-controls) {
.panel-fullscreen {
.panel-fullscreen {
top:
91
px;
top:
88
px;
}
}
}
}
...
...
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