You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
783 B
30 lines
783 B
2 years ago
|
|
||
|
{{define "title"}}
|
||
|
Protection | Shield
|
||
|
{{end}}
|
||
|
|
||
|
{{define "body"}}
|
||
|
|
||
|
<table class="table table-striped table-hover">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th scope="col">Domain</th>
|
||
|
<th scope="col">Real Server</th>
|
||
|
<th scope="col">Real Port</th>
|
||
|
<th scope="col">Status</th>
|
||
|
<th scope="col">Action</th>
|
||
|
<th scope="col"></th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr scope="row">
|
||
|
<td>Test</td>
|
||
|
<td>8.8.8.8</td>
|
||
|
<td>80</td>
|
||
|
<td>Onboarding</td>
|
||
|
<td><a class="btn btn-warning active" href="/protection/edit">Edit</a></td>
|
||
|
<td><a class="btn btn-danger active" href="/protection/delete">Delete</a></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
{{end}}
|