mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
enh: remove usage chart placeholder
This commit is contained in:
parent
f749e7b9a3
commit
b229cd5c35
@ -11,7 +11,6 @@
|
||||
import Ftp from './Ftpx.svelte'
|
||||
import Logging from './Logging.svelte'
|
||||
import Secrets from './Secrets/Secrets.svelte'
|
||||
import UsageChart from './UsageChart.svelte'
|
||||
import { instance } from './store'
|
||||
|
||||
const { instanceId } = $page.params
|
||||
@ -67,16 +66,13 @@
|
||||
{/if}
|
||||
|
||||
<div class="grid lg:grid-cols-2 grid-cols-1 gap-4 mb-4">
|
||||
<UsageChart />
|
||||
|
||||
<Code />
|
||||
<Logging />
|
||||
</div>
|
||||
|
||||
<div class="grid lg:grid-cols-3 grid-cols-1 gap-4 mb-16">
|
||||
<div class="grid lg:grid-cols-2 grid-cols-1 gap-4 mb-16">
|
||||
<Ftp />
|
||||
|
||||
<Logging />
|
||||
|
||||
<Secrets />
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user