Skip to content

Commit cae27a0

Browse files
authored
fix: compatible with the new version time-axis component type changes. (#11)
1 parent 96771dc commit cae27a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pages/dashboard/monitor/monitor.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export class MonitorComponent implements OnInit, OnDestroy, AfterViewInit {
4242
{ text: 'Download', type: 'success', status: 'runned' },
4343
{ text: 'Check', type: 'success', status: 'runned' },
4444
{ text: 'Build', type: 'primary', status: 'running' },
45-
{ text: 'Depoy', type: 'primary', status: '' },
46-
{ text: 'End', type: 'primary', status: '' },
45+
{ text: 'Depoy', type: 'primary' },
46+
{ text: 'End', type: 'primary' },
4747
],
4848
};
4949

0 commit comments

Comments
 (0)