Merged PR 868: adjusted show hide of maps and reps button

adjusted show hide of maps and reps button

Related work items: #7707
This commit is contained in:
Robert Bond
2022-06-16 12:44:06 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -45,10 +45,10 @@ RELAYPATH = "dev-pedw-hc"
GOOGLE_TAG_MANAGER = GTM-T78CBC3
SHOWLOGIN = "true"
SHOWREPRESENTATIONS = false
SHOWLOGIN = "false"
SHOWREPRESENTATIONS = "false"
SHOWFILEUPLOAD = "false"
SHOWMAPS = "true"
SHOWMAPS = "false"
//BASIC_AUTH_CREDENTIALS = pinswg:password|pinswg2:password2
+1 -1
View File
@@ -65,7 +65,7 @@ const CaseSummary = (props) => {
} = props;
const noRepresentationLink = [
//"/case",
"/case",
"/dnsdetails",
"/dns/[developmentName]",
];