mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-28 09:46:28 +08:00
perf: 弹窗操作的 successMsg 参数
This commit is contained in:
parent
7667399c5e
commit
0737a75bd3
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ const onOperate = async (op: string) => {
|
||||||
msg: msg,
|
msg: msg,
|
||||||
api: containerOperator,
|
api: containerOperator,
|
||||||
params: { names: names, operation: op },
|
params: { names: names, operation: op },
|
||||||
|
successMsg: `${i18n.global.t('container.' + op)}${i18n.global.t('commons.status.success')}`,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue