1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

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> </script>
<svelte:head> <svelte:head>
<title>Jobs Status - Immich</title> <title>Server Status - Immich</title>
</svelte:head> </svelte:head>
{#if $page.data.allUsers && serverStat} {#if $page.data.allUsers && serverStat}

View file

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