Some work on services
This commit is contained in:
parent
fc093b3ab8
commit
8532b681ca
14 changed files with 152 additions and 131 deletions
2
resources/WebContent/css/magic-bootstrap.css
Normal file → Executable file
2
resources/WebContent/css/magic-bootstrap.css
Normal file → Executable 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;
|
||||
}
|
||||
|
|
|
|||
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