chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
@@ -0,0 +1,4 @@
<form method="post" action="{{ path('admin_toggle_location_status', {'id': location.id }) }}" onsubmit="return confirm('Are you sure you want to change status active this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('toggle' ~ location.id) }}">
<button class="btn btn-primary mb-1">{{ location.active ? 'Disable' : 'Enable' }}</button>
</form>