2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

fix: 服务禁用自启动提示错误

This commit is contained in:
2025-05-17 18:22:43 +08:00
parent 6448e7c5c6
commit 6b1478594a

View File

@@ -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()