chore: use margin left to remove extra div
This commit is contained in:
parent
92ffaf984c
commit
0f32991b16
1 changed files with 6 additions and 8 deletions
|
@ -5,15 +5,13 @@
|
||||||
{{ $t('namespace.showArchived') }}
|
{{ $t('namespace.showArchived') }}
|
||||||
</fancycheckbox>
|
</fancycheckbox>
|
||||||
|
|
||||||
<div>
|
<x-button :to="{name: 'filters.create'}" class="new-namespace ml-auto" icon="filter">
|
||||||
<x-button :to="{name: 'filters.create'}" class="new-namespace" icon="filter">
|
|
||||||
{{ $t('filters.create.title') }}
|
{{ $t('filters.create.title') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
<x-button :to="{name: 'namespace.create'}" class="new-namespace" icon="plus">
|
<x-button :to="{name: 'namespace.create'}" class="new-namespace" icon="plus">
|
||||||
{{ $t('namespace.create.title') }}
|
{{ $t('namespace.create.title') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<p class="has-text-centered has-text-grey mt-4 is-italic" v-if="namespaces.length === 0">
|
<p class="has-text-centered has-text-grey mt-4 is-italic" v-if="namespaces.length === 0">
|
||||||
{{ $t('namespace.noneAvailable') }}
|
{{ $t('namespace.noneAvailable') }}
|
||||||
|
|
Loading…
Reference in a new issue