Add button to un-archive a namespace
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-30 21:18:30 +01:00
parent 46831e5132
commit 91a4a39527
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@
>
Create list
</x-button>
<x-button
:to="{name: 'namespace.settings.archive', params: {id: n.id}}"
class="is-pulled-right mr-4"
type="secondary"
v-if="n.isArchived"
icon="archive"
>
Un-Archive
</x-button>
<h1>
<span>{{ n.title }}</span>