stash visibility
This commit is contained in:
parent
23164af04f
commit
1853577ff5
26 changed files with 276 additions and 39 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue