Skip to content

Commit

Permalink
Added a new tab for HDI and changed the DE and EN language files acco…
Browse files Browse the repository at this point in the history
…rdingly
  • Loading branch information
pavinod committed Feb 7, 2024
1 parent 0d4bff7 commit 2689a2e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
6 changes: 6 additions & 0 deletions src/components/shared/MoreTabNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ Licensed under the Elastic License 2.0. */
params: { studyId: props.studyId },
access: [StudyRole.Viewer, StudyRole.Admin],
},
{
title: t('studyNavigation.tabs.healthDataInteraction'),
name: t('studyNavigation.tabLink.healthDataInteraction'),
params: { studyId: props.studyId },
access: [StudyRole.Viewer, StudyRole.Admin],
},
] as Tab[];
const studyRoleValues: MoreTableChoice[] = [
Expand Down
6 changes: 4 additions & 2 deletions src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,17 @@
"participants": "Teilnehmer:innen",
"observations": "Datenerhebungen",
"interventions": "Interventionen",
"integration": "Integrationen"
"integration": "Integrationen",
"healthDataInteraction": "Health Data Interaction"
},
"tabLink": {
"overview": "Overview",
"data": "Monitoring",
"participants": "Participants",
"observations": "Observations",
"interventions": "Interventions",
"integration": "Integrations"
"integration": "Integrations",
"healthDataInteraction": "Health Data Interaction"
}
},

Expand Down
6 changes: 4 additions & 2 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,17 @@
"participants": "Participants",
"observations": "Observations",
"interventions": "Interventions",
"integration": "Integrations"
"integration": "Integrations",
"healthDataInteraction": "Health Data Interaction"
},
"tabLink": {
"overview": "Overview",
"data": "Monitoring",
"participants": "Participants",
"observations": "Observations",
"interventions": "Interventions",
"integration": "Integrations"
"integration": "Integrations",
"healthDataInteraction": "Health Data Interaction"
}
},

Expand Down
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const uiConfig = await uiConfigApi
return {
title: 'Unknown Legacy Backend',
auth: {
server: 'https://auth.more.redlink.io',
realm: 'Auth-Client-Test',
clientId: 'oauth2-pkce-client',
server: 'https://auth.more-health.at',
realm: 'MORE-Platform-new',
clientId: 'study-manager',
},
} as FrontendConfiguration;
});
Expand Down

0 comments on commit 2689a2e

Please sign in to comment.