mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
25 lines
944 B
Plaintext
25 lines
944 B
Plaintext
<table class="table table-condensed table-striped">
|
|
<thead>
|
|
<th>Source</th>
|
|
<th>Destination</th>
|
|
<th>SSL</th>
|
|
<th>Access List</th>
|
|
<th class="text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-xs btn-info dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
Create Host <span class="caret"></span>
|
|
</button>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="#" class="new-proxy">Proxy Host</a></li>
|
|
<li><a href="#" class="new-redirection">Redirection Host</a></li>
|
|
<li><a href="#" class="new-404">404 Host</a></li>
|
|
<li><a href="#" class="new-stream">Stream Host</a></li>
|
|
</ul>
|
|
</div>
|
|
</th>
|
|
</thead>
|
|
<tbody>
|
|
<!-- items -->
|
|
</tbody>
|
|
</table>
|