Skip to content

Commit

Permalink
chore: rename url path and name to remove underscores #334
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed Apr 20, 2024
1 parent 709784e commit ed77563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/admin/AdminSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const items = ref([
items: [
{
label: 'admin.docker_images.title',
route: 'admin-docker_images',
route: 'admin-dockerImages',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const routes: RouteRecordRaw[] = [
children: [
{ path: '', component: AdminView, name: 'admin' },
{ path: 'users', component: UsersView, name: 'admin-users' },
{ path: 'docker_images', component: DockerImagesView, name: 'admin-docker_images' },
{ path: 'docker-images', component: DockerImagesView, name: 'admin-dockerImages' },
],
},

Expand Down

0 comments on commit ed77563

Please sign in to comment.