Skip to content

Commit

Permalink
OZ-698: Update ozone/ to configs/ for serving frontend configs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Oct 24, 2024
1 parent 6663cb3 commit 651fa28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ settings.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea

# Gradle
.idea/**/gradle.xml
Expand Down Expand Up @@ -388,4 +389,4 @@ dist
# SvelteKit build / generate output
.svelte-kit

# End of https://www.toptal.com/developers/gitignore/api/node
# End of https://www.toptal.com/developers/gitignore/api/node
8 changes: 4 additions & 4 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
}
],
"logo": {
"src": "ozone/ozone_logo_white.svg",
"src": "configs/ozone_logo_white.svg",
"alt": "ozone-logo"
}
},
"@openmrs/esm-login-app": {
"logo": {
"src": "ozone/ozone_logo_color.svg",
"src": "configs/ozone_logo_color.svg",
"alt": "ozone-logo"
}
},
"@openmrs/esm-patient-chart-app": {
"logo": {
"src": "ozone/ozone_logo_white.svg",
"src": "configs/ozone_logo_white.svg",
"alt": "ozone-logo"
},
"Display conditions": {
Expand Down Expand Up @@ -81,4 +81,4 @@
},
"disableChangingVisitLocation": true
}
}
}

0 comments on commit 651fa28

Please sign in to comment.