[WIP]
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user