diff --git a/dashboard/frontend/src/App.svelte b/dashboard/frontend/src/App.svelte index 7262c2e..e0dd134 100644 --- a/dashboard/frontend/src/App.svelte +++ b/dashboard/frontend/src/App.svelte @@ -123,12 +123,12 @@ {:else if !authorized} {:else} -
Main
handleCategoryDragOver("main", e)} ondrop={(e) => handleCategoryDrop("main", e)}>Main
Media
handleCategoryDragOver("media", e)} ondrop={(e) => handleCategoryDrop("media", e)}>Media
Tools
handleCategoryDragOver("tools", e)} ondrop={(e) => handleCategoryDrop("tools", e)}>Tools
System status at a glance
CPU
Memory
Disk
Uptime
{stats?.uptime || "—"}
{stats?.platform || "—"}
{containers.length} containers · {containers.filter(c => c.status === "running").length} running
{c.name}
{c.image}
{logTarget}
/volume1{currentPath ? "/" + currentPath : ""}
{repos.length} repositories on Gitea
{r.name}
{r.description || "No description"}
{selectedRepo}
{c.commit?.message?.split("\n")[0]}
{c.commit?.author?.name} · {timeAgo(c.commit?.author?.date)}