Skip to content
Prev Previous commit
Next Next commit
feat(ui): add sensor label to workflows model
Signed-off-by: puretension <[email protected]>
  • Loading branch information
puretension committed Sep 12, 2025
commit 997c5ea99f0ac6f54100bf6eb2f25fe619330b42
1 change: 1 addition & 0 deletions ui/src/shared/models/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const labels = {
creatorEmail: 'workflows.argoproj.io/creator-email',
creatorPreferredUsername: 'workflows.argoproj.io/creator-preferred-username',
cronWorkflow: 'workflows.argoproj.io/cron-workflow',
sensor: 'workflows.argoproj.io/sensor',
workflowTemplate: 'workflows.argoproj.io/workflow-template'
};

Expand Down