Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/MCSManager/UI
Browse files Browse the repository at this point in the history
  • Loading branch information
unitwk committed May 31, 2023
2 parents 75a4e9d + 0aee813 commit 1be9334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcsmanager-ui",
"version": "3.2.0",
"version": "3.3.0",
"description": "Provides a Web UI for MCSManager to display data, terminals, tables, i18n, settings, and more",
"homepage": "https://mcsmanager.com/",
"author": "https://github.com/unitwk",
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/ImageManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
},
back() {
this.$router.push({
path: "/container"
path: "/services"
});
},
toNewImage() {
Expand Down

0 comments on commit 1be9334

Please sign in to comment.