Skip to content

Commit

Permalink
add document href link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Apr 14, 2023
1 parent 3fc26af commit f7ba79d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions web-app/src/components/navbar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,14 @@

<template #content>
<a-doption>
<a-space @click="switchRoles">
<icon-tag />
<span>
{{ t('navbar.securitySetting') }}
</span>
</a-space>
</a-doption>
<a-doption>
<a-space @click="$router.push({ name: 'Info' })">
<icon-book />
<span>
<a href="https://argus.zmops.cn/docs/" target="_blank">
<a-space>
<icon-book />
<span>
{{ t('navbar.docs') }}
</span>
</a-space>
</a-space>
</a>
</a-doption>

<a-doption>
Expand Down

0 comments on commit f7ba79d

Please sign in to comment.