mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
<div id="slow-delete-dialog" class="ol-panel ol-dialog hide" oncontextmenu="return false;">
|
|
<div class="ol-dialog-header">
|
|
<h3>Confirm deletion method</h3>
|
|
</div>
|
|
|
|
<div class="ol-dialog-content">
|
|
<p>You are trying to delete a large amount of units (<span class="deletion-count"></span>), which can cause the server to lag for players.</p>
|
|
<p>You may:
|
|
<ul>
|
|
<li>delete in batches (less lag but Olympus cannot process any additional orders until<br /> all units have been deleted);</li>
|
|
<li>delete immediately (you can continue to give Olympus orders but players may<br />experience lag while this happens);</li>
|
|
<li>cancel this instruction.</li>
|
|
</ul></p>
|
|
</div>
|
|
|
|
<div class="ol-dialog-footer ol-group">
|
|
<button data-action="delete-slow">Delete in batches (~<span class="deletion-time"></span>s)</button>
|
|
<button data-action="delete-immediate">Delete immediately</button>
|
|
<button data-action="delete-cancel">Cancel</button>
|
|
</div>
|
|
</div> |