Nice header with server status, better chat layout

This commit is contained in:
Garry Newman
2016-07-11 09:57:17 +01:00
parent 569f5d0535
commit 2da3351935
6 changed files with 70 additions and 17 deletions
+2 -5
View File
@@ -4,16 +4,13 @@
<div class="row">
<div class="col-sm-12">
<h2 class="center">
<h2>
{{info.Hostname}}
<div class="btn-group pull-right">
<button ng-click="refresh()" class="btn btn-default" type="button"><i class="glyphicon glyphicon-refresh"></i></button>
</div>
</h2>
</div>
<div class="col-sm-4" ng-repeat="(key, value) in info">
<p>{{key}}: <span class="badge">{{value}}</span></p>
<p><span class="text-muted">{{key}}:</span> <span>{{value}}</span></p>
</div>
<!--