Skip to content

Commit

Permalink
chore: add docker images tab in header items
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 2, 2024
1 parent 43615a7 commit 7734fea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/layout/admin/AdminHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ const items = computed(() => [
label: t('admin.users.title'),
route: 'admin-users',
},
{
icon: 'file',
label: t('admin.docker_images.title'),
route: 'admin-dockerImages',
}
]);
</script>

Expand Down

0 comments on commit 7734fea

Please sign in to comment.