mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-08 13:52:31 +00:00
fix: instance title not updating in dashboard (#364)
This commit is contained in:
parent
5edc32516f
commit
a9e4da05e5
@ -22,6 +22,10 @@
|
||||
$: ({ status, version, id } = $instance || {})
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{$instance.subdomain} overview - PocketHost</title>
|
||||
</svelte:head>
|
||||
|
||||
{#if isReady}
|
||||
<div
|
||||
class="flex md:flex-row flex-col items-center justify-between mb-6 gap-4"
|
||||
|
@ -10,10 +10,6 @@
|
||||
const { subdomain } = $instance
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{subdomain} overview - PocketHost</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="grid lg:grid-cols-2 grid-cols-1 gap-4 mb-4">
|
||||
<Code />
|
||||
<Ftp />
|
||||
|
Loading…
x
Reference in New Issue
Block a user