Skip to content

Commit

Permalink
bugfix(vaLogoAltText): Removed unintentional autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisraymond-uchicago committed Oct 15, 2024
1 parent 11a8acc commit 247bae4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions qa-mickey.planx-pla.net/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,31 @@
}
]
},
"topBar": {
"items": [
{
"link": "https://qa-mickey.planx-pla.net/dashboard/Public/documentation/index.html",
"name": "VADC Documentation"
},
{
"link": "support@gen3.org",
"name": "Email Support"
}
],
"useProfileDropdown": false
},
"topBar": {
"items": [
{
"link": "https://qa-mickey.planx-pla.net/dashboard/Public/documentation/index.html",
"name": "VADC Documentation"
},
{
"link": "support@gen3.org",
"name": "Email Support"
}
],
"useProfileDropdown": false
},
"login": {
"title": "U.S. Department of Veterans Affairs Data Commons",
"subTitle": "search, compare, and analyze data",
"text": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.",
"contact": "If you have any questions about access or the registration process, please contact ",
"email": "support@gen3.org"
},
"systemUse": {
"systemUseTitle": "VA systems are intended for Academic and Institutional Users",
"systemUseText": [
"VA systems are intended to be used by authorized VA network users for viewing and retrieving information; except as otherwise authorized for official business and limited personal use under VA policy. Information from this system resides on and transmits through computer systems and networks funded by VA. Access or use constitutes understanding and acceptance that there is no reasonable expectation of privacy in the use of Government networks or systems. Access or use of this system constitutes user understanding and acceptance of these terms and constitutes unconditional consent to review and action includes but is not limited to: monitoring; recording; copying; auditing; inspecting; investigating; restricting access; blocking; tracking; disclosing to authorized personnel; or other authorized actions by authorized VA and law enforcement personnel. Unauthorized user attempts or acts to (1) access; upload; download; change; or delete information on this system; (2) modify this system; (3) deny access to this system; (4) accrue resources for unauthorized use; or (5) otherwise misuse this system are strictly prohibited. Such attempts or acts are subject to action that result in criminal; civil; or administrative penalties."
],
"systemUse" : {
"systemUseTitle" : "VA systems are intended for Academic and Institutional Users",
"systemUseText" : ["VA systems are intended to be used by authorized VA network users for viewing and retrieving information; except as otherwise authorized for official business and limited personal use under VA policy. Information from this system resides on and transmits through computer systems and networks funded by VA. Access or use constitutes understanding and acceptance that there is no reasonable expectation of privacy in the use of Government networks or systems. Access or use of this system constitutes user understanding and acceptance of these terms and constitutes unconditional consent to review and action includes but is not limited to: monitoring; recording; copying; auditing; inspecting; investigating; restricting access; blocking; tracking; disclosing to authorized personnel; or other authorized actions by authorized VA and law enforcement personnel. Unauthorized user attempts or acts to (1) access; upload; download; change; or delete information on this system; (2) modify this system; (3) deny access to this system; (4) accrue resources for unauthorized use; or (5) otherwise misuse this system are strictly prohibited. Such attempts or acts are subject to action that result in criminal; civil; or administrative penalties."],
"displayUseMsg": "cookie",
"expireUseMsgDays": 365
"expireUseMsgDays" : 365
},
"footerLogos": [
{
Expand Down Expand Up @@ -123,7 +121,9 @@
],
"showArboristAuthzOnProfile": false,
"showFenceAuthzOnProfile": false,
"connectSrcCSPWhitelist": ["https://second-argo-bucket.s3.amazonaws.com"],
"connectSrcCSPWhitelist": [
"https://second-argo-bucket.s3.amazonaws.com"
],
"userAccessToSite": {
"enabled": true,
"noAccessMessage": "You are not authorized to access this system. If you have any questions, please contact vadc@lists.uchicago.edu"
Expand Down

0 comments on commit 247bae4

Please sign in to comment.