adjusted show hide of maps and reps button
This commit is contained in:
+3
-3
@@ -45,10 +45,10 @@ RELAYPATH = "dev-pedw-hc"
|
|||||||
|
|
||||||
|
|
||||||
GOOGLE_TAG_MANAGER = GTM-T78CBC3
|
GOOGLE_TAG_MANAGER = GTM-T78CBC3
|
||||||
SHOWLOGIN = "true"
|
SHOWLOGIN = "false"
|
||||||
SHOWREPRESENTATIONS = false
|
SHOWREPRESENTATIONS = "false"
|
||||||
SHOWFILEUPLOAD = "false"
|
SHOWFILEUPLOAD = "false"
|
||||||
SHOWMAPS = "true"
|
SHOWMAPS = "false"
|
||||||
//BASIC_AUTH_CREDENTIALS = pinswg:password|pinswg2:password2
|
//BASIC_AUTH_CREDENTIALS = pinswg:password|pinswg2:password2
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ const CaseSummary = (props) => {
|
|||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
const noRepresentationLink = [
|
const noRepresentationLink = [
|
||||||
//"/case",
|
"/case",
|
||||||
"/dnsdetails",
|
"/dnsdetails",
|
||||||
"/dns/[developmentName]",
|
"/dns/[developmentName]",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user