fix(web): avoid stale iwooos deploy evidence
This commit is contained in:
@@ -628,7 +628,7 @@ const operatorNextTasks: IwoooSOperatorNextTask[] = [
|
||||
|
||||
const stageCompletionReportItems: IwoooSStageCompletionReportItem[] = [
|
||||
{ key: 'stageClosed', value: '完成', icon: CheckCircle2, tone: 'steady' },
|
||||
{ key: 'productionEvidence', value: 'CD 3261', icon: Radar, tone: 'steady' },
|
||||
{ key: 'productionEvidence', value: 'deploy marker', icon: Radar, tone: 'steady' },
|
||||
{ key: 'progressBoundary', value: '61%', icon: Activity, tone: 'warn' },
|
||||
{ key: 'runtimeBoundary', value: 'Gate 0', icon: Lock, tone: 'locked' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user