Merge branch 'main' into 76-add-configuration-file-for-server-properties

This commit is contained in:
Pax1601
2023-03-26 15:57:47 +02:00
4 changed files with 86 additions and 67 deletions

View File

@@ -5,10 +5,10 @@
<div id="unit-identification">
<div data-object="unit-aircraft">
<div class="unit-marker"></div>
<div class="unit-short-label"></div>
<div class="unit-short-label" data-point="shortLabel"></div>
</div>
<input id="unit-name" value="" readonly disabled />
<input id="unit-name" value="" data-point="unitName" readonly disabled />
<!-- <button id="edit-unit-name" data-on-click="editUnitName"></button> -->
</div>