arma-server-web-admin/public/js/tpl/servers/parameters/list.html
2017-02-18 19:36:53 +01:00

27 lines
646 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th>
<a class="btn btn-primary btn-xs add-parameter pull-right" href="#">
<span class="glyphicon glyphicon-plus"></span>
Add new parameter
</a>
<span>Startup Parameters</span>
</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
<div class="alert alert-warning" role="alert">
<p>The following startup parameters are used by the Web UI:</p>
<ul>
<li>-config (Required to set title among others)</li>
<li>-mod</li>
<li>-port</li>
<li>-serverMod</li>
</ul>
</div>