Added a Config page. Currently unreachable.
This commit is contained in:
parent
b115a9cb4f
commit
ee19d84434
11 changed files with 157 additions and 27 deletions
20
resources/WebContent/page/ConfigPage.tmpl
Normal file
20
resources/WebContent/page/ConfigPage.tmpl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<div class="col-md-12">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Service Status</div>
|
||||
<div class="panel-body">
|
||||
<table class="table hdd-detail">
|
||||
<thead><tr>
|
||||
<th data-field="service">Service</th>
|
||||
<th data-field="status">Status</th>
|
||||
<th data-field="action" >Action</th>
|
||||
</tr></thead>
|
||||
<tr>
|
||||
<td>{{.getName()}}</td>
|
||||
<td></td>
|
||||
<td>[EDIT][DISABLE][REMOVE]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">Panel footer</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue