Some work on services
This commit is contained in:
parent
fc093b3ab8
commit
8532b681ca
14 changed files with 152 additions and 131 deletions
13
resources/WebContent/page/Log.tmpl
Executable file
13
resources/WebContent/page/Log.tmpl
Executable 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue