DCSOlympus/client/views/other/dialogs/importexport.ejs
2023-11-08 14:09:35 +00:00

20 lines
613 B
Plaintext

<div id="unit-import-export-dialog" class="ol-panel ol-dialog hide" oncontextmenu="return false;">
<div class="ol-dialog-header">
<h3>Export unit data to file</h3>
</div>
<div class="ol-dialog-content">
<p>This data will include DCS and Olympus-controlled units.</p>
<table>
<thead>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="ol-dialog-footer ol-group">
<button class="start-transfer">Export units to file</button>
<button data-on-click="closeDialog">Cancel</button>
</div>
</div>