Skip to content

Commit ac58c8b

Browse files
committed
fix(frontend): save & restart
1 parent 7babe8e commit ac58c8b

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/pages/servers/manage/[id]

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/servers/manage/[id]/files.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ const saveFileContent = async (exit: boolean = true) => {
697697
698698
const saveFileContentRestart = async () => {
699699
await saveFileContent();
700-
await props.server.general?.power("restart");
700+
await props.server.general?.power("Restart");
701701
};
702702
703703
const saveFileContentAs = async () => {

0 commit comments

Comments
 (0)