We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dd552 commit f5180e5Copy full SHA for f5180e5
apps/frontend/src/pages/servers/manage/[id].vue
@@ -612,9 +612,9 @@ const copyServerDebugInfo = () => {
612
};
613
614
const openInstallLog = () => {
615
- router.push({
616
- path: `${serverId}/files`,
617
- query: { ...route.query, path: "/", editing: errorLogFile.value },
+ router.replace({
+ path: `/servers/manage/${serverId}/files`,
+ query: { ...route.query, editing: errorLogFile.value },
618
});
619
620
0 commit comments