diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ad01a70b1..e1b04a407 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 ohri@172.19.0.16 -p 2216 -J ohri@20.172.182.46 -p 2202 - ls -la -t && \ - cd /opt && \ - ls -la -t - dev_deploy: runs-on: ubuntu-latest needs: docker_devserver_frontend diff --git a/frontend/ohri-config.json b/frontend/ohri-config.json index 171420105..fb40f87a5 100644 --- a/frontend/ohri-config.json +++ b/frontend/ohri-config.json @@ -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" ] } },