20 lines
720 B
Cheetah
20 lines
720 B
Cheetah
|
|
<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>
|