DCSOlympus/client/views/unitdatatable.ejs
Pax1601 2212162239 Added spawn from airbase code
The spawn from airbase code has been added. A couple of fixes to the UnitDataTable.
2023-03-21 21:22:29 +01:00

13 lines
331 B
Plaintext

<div id="unit-data-table" class="ol-panel ol-dialog scrollable">
<div class="ol-dialog-close" data-on-click="closeDialog"></div>
<div class="ol-dialog-header">
<h4>Unit list</h4>
</div>
<div id="unit-list" class="ol-dialog-content">
<!-- Here the list of units is shown -->
</div>
</div>