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:
parent
09103dc981
commit
9c01ca1080
2 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||||
|
|
|
@ -15,6 +15,10 @@
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Settings - Immich</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<section class="">
|
<section class="">
|
||||||
{#await getConfig()}
|
{#await getConfig()}
|
||||||
<LoadingSpinner />
|
<LoadingSpinner />
|
||||||
|
|
Loading…
Reference in a new issue