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

2
resources/WebContent/css/magic-bootstrap.css Normal file → Executable file
View file

@ -4296,7 +4296,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "\00a0";
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}

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>