Properties rework, States, StatesDefinitions, DeviceLog, and Notes #37

Merged
pedro merged 119 commits from feature/states into main 2025-02-10 12:05:58 +00:00
Showing only changes of commit 24f5508462 - Show all commits

View file

@ -133,6 +133,8 @@
</div>
</div>
{% if device_states %}
<div class="modal fade" id="deleteStateModal{{ device_states.0.id }}" tabindex="-1" aria-labelledby="deleteStateModalLabel{{ state_change.id }}" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
@ -166,3 +168,4 @@
</div>
</div>
</div>
{% endif %}