mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
27 lines
646 B
HTML
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>
|