Some work on services

This commit is contained in:
Ziver Koc 2016-04-07 14:30:07 +02:00
parent fc093b3ab8
commit 8532b681ca
14 changed files with 152 additions and 131 deletions

View file

@ -0,0 +1,13 @@
<div class="col-md-12"><div class="panel panel-default">
<div class="panel-heading">Log</div>
<div class="panel-body">
<table class="table hdd-detail">
<thead><tr>
<th data-field="timestamp">Timestamp</th>
<th data-field="level">Level</th>
<th data-field="log" >Log</th>
</tr></thead>
</table>
</div>
</div></div>