Switch to v11

This commit is contained in:
2023-09-11 20:34:33 +02:00
parent ba50c86800
commit 6a3cb66391
15 changed files with 213 additions and 88 deletions

View File

@@ -33,6 +33,14 @@
{{/select}}
</select>
</li>
{{#if owner}}
<li class="flexrow">
<label class="generic-label">ADRL</label>
<label class="generic-label">{{data.adrl}}</label>
</li>
{{/if}}
<li class="flexrow"><label class="generic-label">Location Protected</label>
<input type="text" class="" name="system.locationprotected" value="{{data.locationprotected}}" data-dtype="String"/>
</li>