feat: feature flags

This commit is contained in:
2025-12-31 01:08:30 +00:00
parent 9558baf84e
commit c1b0a7084b
12 changed files with 393 additions and 78 deletions
+2
View File
@@ -115,6 +115,7 @@
{% endif %}
<!-- Tags Section -->
{% if is_feature_enabled('device_tags') %}
<div class="tags-section mb-6">
<h3 class="text-lg font-bold mb-2">Tags:</h3>
<div class="flex flex-wrap gap-2 mb-4">
@@ -155,6 +156,7 @@
</form>
{% endif %}
</div>
{% endif %}
<form action="/update_device_description" method="POST" class="mb-6 mt-4">
<input type="hidden" name="device_id" value="{{ device.id }}">