mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
<style>
|
|
|
|
</style>
|
|
<div>
|
|
<div class="instructions">
|
|
<div class="step">
|
|
Step <%= singleInstance? "2": "3" %> of <%= singleInstance? "4": "5" %>
|
|
</div>
|
|
<div class="title">
|
|
Do you want to set port and address settings?
|
|
</div>
|
|
<div class="description">
|
|
We can automatically set port and address settings for you, or you can set them manually. <br>
|
|
If you don't have a good understanding of how Olympus works, we recommend the <i>auto apply settings</i> option.
|
|
</div>
|
|
</div>
|
|
<div class="wizard-inputs">
|
|
<div class="button radio auto <%= activeInstance.connectionsType === 'auto'? 'selected': '' %>" onclick="signal('onConnectionsTypeClicked', 'auto')">
|
|
Auto apply settings
|
|
</div>
|
|
<div class="button radio manual <%= activeInstance.connectionsType !== 'auto'? 'selected': '' %>" onclick="signal('onConnectionsTypeClicked', 'manual')">
|
|
Manually set
|
|
</div>
|
|
</div>
|
|
</div>
|