mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 11:40:53 +08:00
fix: fix issue with clean supervisor log failed (#9012)
This commit is contained in:
parent
64e74e87c4
commit
f7fa6cf567
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ const cleanLog = async () => {
|
|||
names: [req.name],
|
||||
msg: i18n.global.t('commons.msg.operatorHelper', [log, i18n.global.t('commons.msg.clean')]),
|
||||
api: operateSupervisorProcessFile,
|
||||
params: { name: req.name, operate: 'clear', file: req.file },
|
||||
params: { name: req.name, operate: 'clear', file: req.file, id: req.id },
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue