mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: dashboard page cleanup
This commit is contained in:
parent
8466459809
commit
45208df304
@ -1,11 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { MAX_INSTANCE_COUNTS } from '$src/env'
|
||||
import { globalInstancesStore, userSubscriptionType } from '$util/stores'
|
||||
import { values } from '@s-libs/micro-dash'
|
||||
import Main from './Main.svelte'
|
||||
|
||||
$: maxInstanceCount = MAX_INSTANCE_COUNTS[$userSubscriptionType]
|
||||
$: instanceCount = values($globalInstancesStore).length
|
||||
</script>
|
||||
|
||||
<Main />
|
||||
|
Loading…
x
Reference in New Issue
Block a user