Database migration tool, deduplication of sets data, customizable checkboxes #44

Merged
FrederikBaerentsen merged 51 commits from gregoo/BrickTracker:master into master 2025-01-24 19:12:12 +01:00
Showing only changes of commit a857a43288 - Show all commits

View File

@ -18,13 +18,11 @@
<code>{{ entry.value }}</code>
{% endif %}
{% endif %}
{% if not entry.not_from_env %}
<span class="badge rounded-pill text-bg-light border">Env: {{ entry.env_name }}</span>
{% if entry.extra_name %}<span class="badge rounded-pill text-bg-light border">Env: {{ entry.extra_name }}</span>{% endif %}
{% if entry.is_changed() %}
<span class="badge rounded-pill text-bg-warning">Changed</span>
{% endif %}
{% endif %}
</li>
{% endfor %}
</ul>