Skip to content

Commit

Permalink
Nvus (#26)
Browse files Browse the repository at this point in the history
* add ci

* add github yml

* update ci

* update ci

* update error ci

* update

* resolver issue #6

* ci

* udpate ci

* update ci

* a

* add github integration and update mknote

* update

* update code

* update
  • Loading branch information
srnovus authored Oct 31, 2024
1 parent c05d5de commit 5b04fe9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/client/src/pages/admin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ const menuDef = computed(() => [
to: "/admin/relays",
active: currentPage.value?.route.name === "relays",
},
{
icon: "ph-plug ph-bold ph-lg",
text: i18n.ts.integration,
to: "/admin/integrations",
active: currentPage?.route.name === "integrations",
},
{
icon: `${icon("ph-prohibit")}`,
text: i18n.ts.instanceBlocking,
Expand Down

0 comments on commit 5b04fe9

Please sign in to comment.