|
|
@ -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'), |
|
|
|