This commit is contained in:
2023-09-20 17:33:25 +02:00
parent f8028921c3
commit 006c09ce66
7 changed files with 20 additions and 7 deletions

View File

@@ -2,4 +2,9 @@
export let data;
</script>
pihole status placeholder
pihole status
{#await data.raw}
waiting
{:then value}
<pre>{JSON.stringify(value, null, 2)}</pre>
{/await}