feat: actions in empty state
This commit is contained in:
@@ -63,9 +63,13 @@
|
||||
class="flex flex-col text-secondaryLight p-4 items-center justify-center"
|
||||
>
|
||||
<i class="opacity-75 pb-2 material-icons">library_add</i>
|
||||
<span class="text-center">
|
||||
{{ $t("create_new_environment") }}
|
||||
<span class="text-center pb-4">
|
||||
{{ $t("environments_empty") }}
|
||||
</span>
|
||||
<ButtonSecondary
|
||||
:label="$t('add_new')"
|
||||
@click.native="displayModalAdd(true)"
|
||||
/>
|
||||
</div>
|
||||
<div class="flex flex-col">
|
||||
<EnvironmentsEnvironment
|
||||
|
||||
Reference in New Issue
Block a user