mirror of
https://github.com/overte-org/overte.git
synced 2025-06-13 09:07:02 +02:00
Merge pull request #844 from ctrlaltdavid/fix/auto-threading-option
Fix wrapping of "Enable Automatic Threading" in server setup wizard
This commit is contained in:
commit
1aac970996
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div id="automatic-threading-options-row" class="row">
|
<div id="automatic-threading-options-row" class="row">
|
||||||
<p class="col-md-2">
|
<p class="col-md-12">
|
||||||
<label>
|
<label>
|
||||||
<input id="enable-automatic-threading" name="threading-checkbox" type="checkbox" value="true"> Enable Automatic Threading
|
<input id="enable-automatic-threading" name="threading-checkbox" type="checkbox" value="true"> Enable Automatic Threading
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in a new issue