Skip to content

Commit

Permalink
Fix router (#881)
Browse files Browse the repository at this point in the history
* change network topology title to Upstream topology

* change router

* increase version number
  • Loading branch information
dpgiakatos authored Dec 16, 2024
1 parent fe98d72 commit e086bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ihr-website",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const SIMPLE_MENU = [
},
{
entryName: 'header.networkTopology.name',
routeName: 'network-topology',
routeName: 'upstream-topology',
summary: 'header.networkTopology.summary'
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const router = createRouter({
}
},
{
path: 'network-topology',
name: 'network-topology',
path: 'upstream-topology',
name: 'upstream-topology',
component: () => import('../views/NetworkTopology.vue')
},
{
Expand Down

0 comments on commit e086bb7

Please sign in to comment.