Skip to content

Commit

Permalink
Revert "core: frontend: Change code from extensions to packages"
Browse files Browse the repository at this point in the history
This reverts commit 1517b50.
  • Loading branch information
Williangalvani authored and patrickelectric committed Jul 25, 2022
1 parent 9253ec1 commit 6569417
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,20 +245,20 @@ export default Vue.extend({
}
})
// No packages, return the default menus
// No extensions, return the default menus
if (submenus.isEmpty()) {
return this.menus
}
const packages = {
title: 'Packages',
const extensions = {
title: 'Extensions',
icon: 'mdi-puzzle',
extension: true,
submenus,
}
const full_menu = { ...this.menus }
return Object.assign(full_menu, { packages })
return Object.assign(full_menu, { extensions })
},
steps() {
return [
Expand Down

0 comments on commit 6569417

Please sign in to comment.