Skip to content

Commit

Permalink
Merge pull request openhab#155 from cdjackson/habmin-dashboard
Browse files Browse the repository at this point in the history
Add HABmin link to dashboard
  • Loading branch information
kaikreuzer committed Mar 22, 2015
2 parents 3f3e045 + ca459fa commit 63d70f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions bundles/ui/org.openhab.ui.dashboard/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ <h1>Welcome to openHAB 2.0</h1>
</div>
</div>
</div>
<div class="link-wrapper col-md-3 col-sm-6 col-xs-6">
<div class="link ui-habmin" onclick="location.href = '../habmin/index.html'">
<div class="body">
<div class="overlay icon-html5"></div>
</div>
<div class="footer">
<p>HABmin</p>
</div>
</div>
</div>
<div class="link-wrapper col-md-3 col-sm-6 col-xs-6">
<div class="link ui-android" onclick="location = 'https://play.google.com/store/apps/details?id=org.openhab.habdroid'">
<div class="body">
Expand Down
4 changes: 4 additions & 0 deletions bundles/ui/org.openhab.ui.dashboard/web/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ section {
background-image: url('img/paperui.png');
}

.link.ui-habmin .body {
background-image: url('img/habmin.png');
}

.link.rest .body {
background-image: url('img/restapi.png');
}
Expand Down

0 comments on commit 63d70f8

Please sign in to comment.