Added correct page title for admin sub pages

This commit is contained in:
Alex Tran 2022-12-10 09:23:02 -06:00
parent 09103dc981
commit 9c01ca1080
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</script>
<svelte:head>
<title>Jobs Status - Immich</title>
<title>Server Status - Immich</title>
</svelte:head>
{#if $page.data.allUsers && serverStat}

View File

@ -15,6 +15,10 @@
};
</script>
<svelte:head>
<title>Settings - Immich</title>
</svelte:head>
<section class="">
{#await getConfig()}
<LoadingSpinner />