From 7a94086d4513bcdc632d5d8597c4114df6efb6f6 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 26 Aug 2025 13:59:16 -0600 Subject: [PATCH] move status column in service list --- .../routes/services/dashboard/dashboard.component.ts | 6 +++--- .../routes/services/dashboard/service.component.ts | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts b/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts index 972d88401..7f9d804df 100644 --- a/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts @@ -27,6 +27,9 @@ import { i18nPipe } from '@start9labs/shared' {{ 'Name' | i18n }} + + {{ 'Status' | i18n }} + {{ 'Version' | i18n }} {{ 'Uptime' | i18n }} - - {{ 'Status' | i18n }} - diff --git a/web/projects/ui/src/app/routes/portal/routes/services/dashboard/service.component.ts b/web/projects/ui/src/app/routes/portal/routes/services/dashboard/service.component.ts index 965a641fa..5f90890b9 100644 --- a/web/projects/ui/src/app/routes/portal/routes/services/dashboard/service.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/services/dashboard/service.component.ts @@ -26,6 +26,12 @@ import { StatusComponent } from './status.component' {{ manifest.title }} + {{ manifest.version }} @if ($any(pkg.status)?.started; as started) { @@ -35,12 +41,6 @@ import { StatusComponent } from './status.component' - } -