diff --git a/src/lib/components/empty.svelte b/src/lib/components/empty.svelte index 4e2763563..f15300212 100644 --- a/src/lib/components/empty.svelte +++ b/src/lib/components/empty.svelte @@ -1,11 +1,28 @@ - -
- -
+{#if isButton} + +{:else} +
+ +
+{/if} diff --git a/src/lib/components/emptyGridItem.svelte b/src/lib/components/emptyGridItem.svelte deleted file mode 100644 index 7678addac..000000000 --- a/src/lib/components/emptyGridItem.svelte +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/src/lib/components/index.ts b/src/lib/components/index.ts index c45bd5cec..b6f4ffb8b 100644 --- a/src/lib/components/index.ts +++ b/src/lib/components/index.ts @@ -24,6 +24,5 @@ export { default as Alert } from './alert.svelte'; export { default as Box } from './box.svelte'; export { default as Search } from './search.svelte'; export { default as GridItem1 } from './gridItem1.svelte'; -export { default as EmptyGridItem } from './emptyGridItem.svelte'; export { default as Steps } from './steps.svelte'; export { default as Step } from './step.svelte'; diff --git a/src/lib/images/empty-dark.svg b/src/lib/images/empty-dark.svg new file mode 100644 index 000000000..9babf164b --- /dev/null +++ b/src/lib/images/empty-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/images/empty-light.svg b/src/lib/images/empty-light.svg new file mode 100644 index 000000000..9babf164b --- /dev/null +++ b/src/lib/images/empty-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/routes/console/account/activity/+page.svelte b/src/routes/console/account/activity/+page.svelte index 4cbf8c259..3dbf640a8 100644 --- a/src/routes/console/account/activity/+page.svelte +++ b/src/routes/console/account/activity/+page.svelte @@ -87,7 +87,7 @@ {:else} - +

No logs available

diff --git a/src/routes/console/account/organizations/+page.svelte b/src/routes/console/account/organizations/+page.svelte index f436132b2..998111b0f 100644 --- a/src/routes/console/account/organizations/+page.svelte +++ b/src/routes/console/account/organizations/+page.svelte @@ -1,6 +1,6 @@