Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 0aee813

Browse files
committed
Feat: update version & fix back btn
1 parent 10d5ac2 commit 0aee813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcsmanager-ui",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Provides a Web UI for MCSManager to display data, terminals, tables, i18n, settings, and more",
55
"homepage": "https://mcsmanager.com/",
66
"author": "https://github.com/unitwk",

src/app/views/ImageManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default {
137137
},
138138
back() {
139139
this.$router.push({
140-
path: "/container"
140+
path: "/services"
141141
});
142142
},
143143
toNewImage() {

0 commit comments

Comments
 (0)