Skip to content

Commit

Permalink
Merge pull request includeos#62 from AndreasAakesson/dev
Browse files Browse the repository at this point in the history
Front: Added logo on dashboard
  • Loading branch information
AndreasAakesson committed Sep 9, 2016
2 parents 61cba10 + 90e28fa commit 754c529
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 1 deletion.
145 changes: 145 additions & 0 deletions disk1/public/img/includeos_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion disk1/public/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ <h3 class="panel-title">OS Status</h3>

<div id="os_status" class="panel-collapse collapse in">
<div class="panel-body">

<img src="img/includeos_logo.svg" width="50%" style="margin: 0 auto; display:block;"/>
<hr/>
<dl class="dl-horizontal">
<dt>Version</dt>
<dd>{{ status.version }}</dd>
Expand All @@ -66,7 +69,6 @@ <h3 class="panel-title">OS Status</h3>

<dt>Current Time</dt>
<dd>{{ status.current_time | date: 'yyyy-MM-dd HH:mm' }}</dd>

</dl>
</div>
</div>
Expand Down

0 comments on commit 754c529

Please sign in to comment.