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
061d1262
Commit
061d1262
authored
Aug 25, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small html markup/css simplification
parent
8b3c89e2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
src/app/partials/dashboard.html
+2
-6
src/css/less/grafana.less
+1
-1
src/css/less/overrides.less
+1
-1
No files found.
src/app/partials/dashboard.html
View file @
061d1262
...
@@ -7,9 +7,8 @@
...
@@ -7,9 +7,8 @@
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
<div
class=
"container-fluid main"
>
<div>
<div
class=
"main-view-container"
>
<div
class=
"grafana-container container"
>
<!-- Rows -->
<!-- Rows -->
<div
class=
"grafana-row"
ng-controller=
"RowCtrl"
ng-repeat=
"(row_name, row) in dashboard.rows"
row-height
>
<div
class=
"grafana-row"
ng-controller=
"RowCtrl"
ng-repeat=
"(row_name, row) in dashboard.rows"
row-height
>
<div
class=
"row-control"
>
<div
class=
"row-control"
>
...
@@ -103,7 +102,6 @@
...
@@ -103,7 +102,6 @@
</div>
</div>
</div>
</div>
<div
ng-show=
'dashboard.editable'
class=
"row-fluid add-row-panel-hint"
>
<div
ng-show=
'dashboard.editable'
class=
"row-fluid add-row-panel-hint"
>
<div
class=
"span12"
style=
"text-align:right;"
>
<div
class=
"span12"
style=
"text-align:right;"
>
<span
style=
"margin-right: 10px;"
ng-click=
"add_row_default()"
class=
"pointer btn btn-info btn-mini"
>
<span
style=
"margin-right: 10px;"
ng-click=
"add_row_default()"
class=
"pointer btn btn-info btn-mini"
>
...
@@ -111,8 +109,6 @@
...
@@ -111,8 +109,6 @@
</span>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
ng-include=
"'app/partials/console.html'"
ng-if=
"consoleEnabled"
>
<div
ng-include=
"'app/partials/console.html'"
ng-if=
"consoleEnabled"
>
</div>
</div>
...
...
src/css/less/grafana.less
View file @
061d1262
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
}
}
}
}
.dashboard-fullscreen .
container-fluid.main
{
.dashboard-fullscreen .
main-view-container
{
height: 0px;
height: 0px;
width: 0px;
width: 0px;
position: fixed;
position: fixed;
...
...
src/css/less/overrides.less
View file @
061d1262
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
padding-right: 0px;
padding-right: 0px;
}
}
.
container.grafana
-container {
.
main-view
-container {
padding: 5px 10px;
padding: 5px 10px;
width: 100%;
width: 100%;
box-sizing: border-box;
box-sizing: border-box;
...
...
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