mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
fix: 修改容器操作提示信息 (#2324)
This commit is contained in:
parent
42dd668e1e
commit
f06f487e8a
@ -64,7 +64,7 @@ const onConfirm = () => {
|
|||||||
open.value = false;
|
open.value = false;
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
em('search');
|
em('search');
|
||||||
MsgSuccess(i18n.global.t('commons.msg.deleteSuccess'));
|
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
open.value = false;
|
open.value = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user