diff --git a/ui/src/app/applications/components/applications-list/applications-table.tsx b/ui/src/app/applications/components/applications-list/applications-table.tsx index a883c771f2..4ef62b5c2f 100644 --- a/ui/src/app/applications/components/applications-list/applications-table.tsx +++ b/ui/src/app/applications/components/applications-list/applications-table.tsx @@ -17,7 +17,7 @@ export const ApplicationsTable = (props: {
-
PROJECT/NAME
+
PROJECT/NAME
SOURCE
TARGET REVISION
DESTINATION
@@ -30,25 +30,22 @@ export const ApplicationsTable = (props: { applications-list__entry--health-${app.status.health.status}` }>
ctx.navigation.goto(`/applications/${app.metadata.name}`, {}, { event: e })}> -
+
{app.spec.project}/{app.metadata.name}
-
+
{app.spec.source.repoURL}/{app.spec.source.path}
{app.spec.source.targetRevision || 'HEAD'}
-
+
{app.spec.destination.server}/{app.spec.destination.namespace}
-
-
- {app.status.health.status} -
-
- {app.status.sync.status} -
+
+ {app.status.health.status} +   + {app.status.sync.status} (