We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96771dc commit cae27a0Copy full SHA for cae27a0
1 file changed
src/app/pages/dashboard/monitor/monitor.component.ts
@@ -42,8 +42,8 @@ export class MonitorComponent implements OnInit, OnDestroy, AfterViewInit {
42
{ text: 'Download', type: 'success', status: 'runned' },
43
{ text: 'Check', type: 'success', status: 'runned' },
44
{ text: 'Build', type: 'primary', status: 'running' },
45
- { text: 'Depoy', type: 'primary', status: '' },
46
- { text: 'End', type: 'primary', status: '' },
+ { text: 'Depoy', type: 'primary' },
+ { text: 'End', type: 'primary' },
47
],
48
};
49
0 commit comments