Update to v0.1
This commit is contained in:
35
modules/listsockets/tmpl/index.tmpl
Normal file
35
modules/listsockets/tmpl/index.tmpl
Normal file
@@ -0,0 +1,35 @@
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
<div class="container">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">Listsockets</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>Created</td>
|
||||
<td>State</td>
|
||||
<td>SSL</td>
|
||||
<td>Local</td>
|
||||
<td>Remote</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<? LOOP SocketsLoop ?>
|
||||
<tr>
|
||||
<td><? VAR Name ?></td>
|
||||
<td><? VAR Created ?></td>
|
||||
<td><? VAR State ?></td>
|
||||
<td><? VAR SSL ?></td>
|
||||
<td><? VAR Local ?></td>
|
||||
<td><? VAR Remote ?></td>
|
||||
</tr>
|
||||
<? ENDLOOP ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
Reference in New Issue
Block a user