Commit 07ec0064 by Torkel Ödegaard

update home dashboard

parent 882ee4d4
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</a> </a>
</div> </div>
<ul class="nav pull-left"> <ul class="nav pull-left" ng-if="!dashboardMeta.isHome">
<li> <li>
<a class="pointer" ng-click="starDashboard()"> <a class="pointer" ng-click="starDashboard()">
<i class="fa" ng-class="{'fa-star-o': !dashboardMeta.isStarred, 'fa-star': dashboardMeta.isStarred,}" style="color: orange;"></i> <i class="fa" ng-class="{'fa-star-o': !dashboardMeta.isStarred, 'fa-star': dashboardMeta.isStarred,}" style="color: orange;"></i>
......
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
.panel-menu { .panel-menu {
top: 0px; top: 0px;
} }
.panel-title-container { .panel-title-container {
padding: 8px; padding: 8px;
} }
......
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
"tags": [], "tags": [],
"style": "dark", "style": "dark",
"timezone": "browser", "timezone": "browser",
"editable": true, "editable": false,
"hideControls": true,
"rows": [ "rows": [
{ {
"title": "New row", "title": "New row",
"height": "150px", "height": "100px",
"collapse": false, "collapse": false,
"editable": true, "editable": true,
"panels": [ "panels": [
...@@ -17,9 +18,9 @@ ...@@ -17,9 +18,9 @@
"editable": true, "editable": true,
"type": "text", "type": "text",
"mode": "html", "mode": "html",
"content": "<div class=\"text-center\" style=\"padding-top: 15px\">\n<img src=\"img/logo_transparent_200x.png\"> \n</div>", "content": "<div class=\"text-center\" style=\"padding: 10px 0 20px 0\">\n<img src=\"img/logo_transparent_200x.png\" width=\"170px\"> \n</div>",
"style": {}, "style": {},
"title": "Welcome to" "title": ""
} }
] ]
}, },
...@@ -44,33 +45,7 @@ ...@@ -44,33 +45,7 @@
"nav": [ "nav": [
{ {
"type": "timepicker", "type": "timepicker",
"collapse": false, "enable": false
"enable": true,
"status": "Stable",
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"now": true
} }
], ],
"time": { "time": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment