1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-13 17:24:44 +08:00

perf: 弹窗操作的 successMsg 参数

This commit is contained in:
QuentinHsu 2023-11-11 11:44:41 +08:00 committed by ssongliu
parent 7667399c5e
commit 0737a75bd3

View File

@ -249,6 +249,7 @@ const onOperate = async (op: string) => {
msg: msg,
api: containerOperator,
params: { names: names, operation: op },
successMsg: `${i18n.global.t('container.' + op)}${i18n.global.t('commons.status.success')}`,
});
};