Skip to content

Commit 72263df

Browse files
ssongliussongliu
andauthored
fix(container): allow backup for stopped containers (#12184)
Co-authored-by: ssongliu <songlius11@163.com>
1 parent 479d36e commit 72263df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • frontend/src/views/container/container

frontend/src/views/container/container/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ const onBackup = (row: Container.ContainerInfo) => {
652652
type: 'container',
653653
name: row.name,
654654
detailName: '',
655-
status: row.state,
656655
});
657656
};
658657

0 commit comments

Comments
 (0)