diff --git a/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx b/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx index ab2e9f0f69c4..d04a07d697f4 100644 --- a/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx +++ b/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx @@ -141,9 +141,7 @@ export class CronWorkflowList extends BasePage, State> className='row argo-table-list__row' key={`${w.metadata.namespace}/${w.metadata.name}`} to={uiUrl(`cron-workflows/${w.metadata.namespace}/${w.metadata.name}`)}> -
- -
+
{w.spec.suspend ? : }
{w.metadata.name}
{w.metadata.namespace}
{w.spec.schedule}