Added a Config page. Currently unreachable.

This commit is contained in:
Ziver Koc 2015-07-27 15:10:11 +00:00
parent b115a9cb4f
commit ee19d84434
11 changed files with 157 additions and 27 deletions

View 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>