Skip to content

Commit

Permalink
(chore) remove excluded patient chart configs (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius authored Nov 21, 2023
1 parent 2e8cbe5 commit 1bfa9a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,6 @@ jobs:
run: |
ssh-keygen -R 172.19.0.16
dev_server_connection_dev:
runs-on: ubuntu-latest
needs: docker_devserver_frontend
steps:
- name: SSH to remote OHRI Dev server
run: |
ssh -o StrictHostKeyChecking=no -T [email protected] -p 2216 -J [email protected] -p 2202
ls -la -t && \
cd /opt && \
ls -la -t
dev_deploy:
runs-on: ubuntu-latest
needs: docker_devserver_frontend
Expand Down
14 changes: 1 addition & 13 deletions frontend/ohri-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@
"extensionSlots": {
"patient-chart-dashboard-slot": {
"remove": [
"test-results-summary-dashboard",
"conditions-summary-dashboard",
"results-summary-dashboard",
"programs-summary-dashboard",
"allergies-summary-dashboard",
"attachments-results-summary-dashboard",
"drug-orders-summary-dashboard"
]
},
"action-menu-chart-items-slot": {
"remove": [
"visit-note-nav-button",
"clinical-form-action-menu"
"immunization-summary-dashboard"
]
}
},
Expand Down

0 comments on commit 1bfa9a7

Please sign in to comment.