mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
fix: 服务禁用自启动提示错误
This commit is contained in:
@@ -115,7 +115,7 @@ const handleIsEnabled = async () => {
|
||||
} else {
|
||||
useRequest(systemctl.disable(props.service))
|
||||
.onSuccess(() => {
|
||||
window.$message.success($gettext('Autostart enabled successfully'))
|
||||
window.$message.success($gettext('Autostart disabled successfully'))
|
||||
})
|
||||
.onComplete(() => {
|
||||
messageReactive?.destroy()
|
||||
|
||||
Reference in New Issue
Block a user