Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ppp iframe link,display error message in surge pages #445

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"personnelTableType": "Type",
"personnelTableDeployedTo": "Deploying To",
"personnelTableDeployedParty": "Deploying Party",
"deployedPersonnelViewAll": "View All Deployed Personnel"
"deployedPersonnelViewAll": "View All Deployed Personnel",
"emergencySurgePartyNotFound": "sorry, this party has no one matching country to be shown"
}
}
2 changes: 1 addition & 1 deletion src/views/GlobalThreeW/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export function Component() {
<iframe
title={strings.PPPMapTitle}
className={styles.pppIframe}
src="https://public.tableau.com/views/PPPdashboard_16805965348010/1_OVERVIEW?:language=en-US&:display_count=n&:origin=viz_share_link?:embed=yes&:display_count=yes&:showVizHome=no&:toolbar=yes"
src="https://public.tableau.com/app/profile/fdrs/viz/PPPdashboard_16805965348010/1_Overview"
/>
</Container>
</>
Expand Down
Loading