Add button to un-archive a namespace
This commit is contained in:
parent
46831e5132
commit
91a4a39527
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@
|
||||||
>
|
>
|
||||||
Create list
|
Create list
|
||||||
</x-button>
|
</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>
|
<h1>
|
||||||
<span>{{ n.title }}</span>
|
<span>{{ n.title }}</span>
|
||||||
|
|
Loading…
Reference in a new issue