-
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}
(