stash visibility

This commit is contained in:
j3d1 2026-09-01 02:10:50 +02:00
parent 23164af04f
commit 1853577ff5
26 changed files with 276 additions and 39 deletions

View file

@ -25,6 +25,12 @@
<label for="owner" class="form-label">Owner</label>
<div>{{ location.owner || location.owner_group || '-' }}</div>
</div>
<div class="mb-3">
<label for="visibility_policy" class="form-label">Visibility Policy</label>
<div>
<span class="badge bg-secondary text-white">{{ location.visibility_policy }}</span>
</div>
</div>
</div>
</div>
<div class="card" v-if="canEdit">