mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix(container): allow backup for stopped containers (#12184)
Co-authored-by: ssongliu <songlius11@163.com>
This commit is contained in:
@@ -652,7 +652,6 @@ const onBackup = (row: Container.ContainerInfo) => {
|
||||
type: 'container',
|
||||
name: row.name,
|
||||
detailName: '',
|
||||
status: row.state,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user