mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
Added correct page title for admin sub pages
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user