Skip to content

Commit

Permalink
Merge pull request #210 from UCSF-IGHS/1350
Browse files Browse the repository at this point in the history
OHRI-1350 Move custom side nav links to utilize openmrs homepage
  • Loading branch information
pirupius authored Mar 20, 2024
2 parents f939666 + a9ae82d commit 804e014
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions frontend/ohri-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,38 @@
"infantPostnatal": "af1f1b24-d2e8-4282-b308-0bf79b365584",
"motherPostnatal": "269bcc7f-04f8-4ddc-883d-7a3a0d569aad"
}
},
"@openmrs/esm-home-app": {
"extensionSlots": {
"homepage-dashboard-slot": {
"order": [
"home-widget-db-link",
"clinical-appointments-dashboard-link",
"dispensing-dashboard-link",
"service-queues-dashboard-link",
"billing-dashboard-link",
"ohri-home-programs-text",
"covid-cases-dashboard-ext",
"maternal-child-health-results-summary",
"tb-cases-dashboard-ext",
"ohri-hiv-prevention-dashboard-ext",
"care-and-treatment-dashboard-ext"
],
"add": [
"dispensing-dashboard-link"
],
"remove": [
"patient-lists-dashboard-link"
]
},
"homepage-widgets-slot": {
"remove": [
"home-appointments"
],
"add": [
"ohri-patient-list"
]
}
}
}
}

0 comments on commit 804e014

Please sign in to comment.