Browse Source

Merge branch 'discrepancias-automaticas' of https://github.com/Rox0z/doccano into discrepancias-automaticas

pull/2433/head
laurarodrigues3 3 months ago
parent
commit
e10e61a6ca
1 changed files with 7 additions and 7 deletions
  1. 14
      frontend/components/layout/TheSideBar.vue

14
frontend/components/layout/TheSideBar.vue

@ -38,7 +38,7 @@ import {
mdiHome,
mdiLabel,
mdiPlayCircleOutline,
mdiChatOutline,
mdiChatOutline,
mdiAlertCircleOutline,
mdiEyeOutline,
mdiRobotOutline,
@ -134,12 +134,6 @@ export default {
link: 'discrepancies', // LEVA PARA /projects/:id/discrepancies
isVisible: this.isProjectAdmin
},
{
icon: mdiEyeOutline,
text: 'Perspectives',
link: 'perspectives',
isVisible: true
},
{
icon: mdiRobotOutline, // ÍCONE DE DISCREPÂNCIAS AUTOMÁTICAS
text: 'Automatic Discrepancies',
@ -152,6 +146,12 @@ export default {
link: 'disagreements-report', // LEVA PARA /projects/:id/disagreements-report
isVisible: this.isProjectAdmin
},
{
icon: mdiEyeOutline,
text: 'Perspectives',
link: 'perspectives',
isVisible: true
},
{
icon: mdiCog,
text: this.$t('settings.title'),

Loading…
Cancel
Save