Skip to content

Commit

Permalink
core: frontend: add icons to extension manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 20, 2022
1 parent 37e4574 commit 8b80715
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions core/frontend/src/views/ExtensionManagerView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,18 @@
v-model="tab"
fixed-tabs
>
<v-tab>Store</v-tab>
<v-tab>Installed</v-tab>
<v-tab>
<v-icon class="mr-5">
mdi-store-search
</v-icon>
Store
</v-tab>
<v-tab>
<v-icon class="mr-5">
mdi-bookshelf
</v-icon>
Installed
</v-tab>
</v-tabs>
<div
v-if="tab === 0"
Expand Down

0 comments on commit 8b80715

Please sign in to comment.