mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-05 22:54:26 +08:00
fix: Fix the problem of abnormal display on the docker state switch (#8775)
Refs #8769
This commit is contained in:
parent
eac4e15ef5
commit
3d1f1a8379
1 changed files with 1 additions and 2 deletions
|
|
@ -442,8 +442,7 @@ const onOperator = async (operation: string) => {
|
|||
await dockerOperate(operation)
|
||||
.then(() => {
|
||||
loading.value = false;
|
||||
search();
|
||||
changeMode();
|
||||
window.location.reload();
|
||||
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
|
||||
})
|
||||
.catch(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue