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:
+3
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ const CaseSummary = (props) => {
|
||||
} = props;
|
||||
|
||||
const noRepresentationLink = [
|
||||
//"/case",
|
||||
"/case",
|
||||
"/dnsdetails",
|
||||
"/dns/[developmentName]",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user