A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: incorrect title on server settings

Brooke 5d49f29f f5837314

+1 -1
+1 -1
packages/panel/src/routes/(authenticated)/server/+page.svelte
··· 5 5 </script> 6 6 7 7 <svelte:head> 8 - <title>Admin - Luminary</title> 8 + <title>Server - Luminary</title> 9 9 </svelte:head> 10 10 11 11 <Tabs tabs={[{ icon: faUsers, label: "users", content: users }]} />