[NRRPLT-4891] Disable TF/brain update functionality for distributed simulations.
This patch disables all functionality to add/delete/update transfer functions or the brain when the user is running a distributed simulation as the backend cannot currently support that behavior. It also disables the display of the "population" views, as they do not currently make sense due to the way MUSIC port/population configuration is done. Change-Id: I3310b268d30caa036b72f902ee3a7000152f999e
Showing
- app/scripts/esv/controllers/gz3d-view.js 3 additions, 0 deletionsapp/scripts/esv/controllers/gz3d-view.js
- app/scripts/esv/directives/pynn-editor.js 10 additions, 2 deletionsapp/scripts/esv/directives/pynn-editor.js
- app/scripts/esv/directives/transfer-function-editor.js 5 additions, 1 deletionapp/scripts/esv/directives/transfer-function-editor.js
- app/views/esv/pynn-editor.html 7 additions, 3 deletionsapp/views/esv/pynn-editor.html
- app/views/esv/reset-checklist-template.html 5 additions, 4 deletionsapp/views/esv/reset-checklist-template.html
- app/views/esv/transfer-function-editor.html 62 additions, 56 deletionsapp/views/esv/transfer-function-editor.html
- test/spec/controllers/esv/gz3d-view.js 4 additions, 0 deletionstest/spec/controllers/esv/gz3d-view.js
- test/spec/directives/pynn-editor.js 4 additions, 1 deletiontest/spec/directives/pynn-editor.js
- test/spec/directives/transfer-function-editor.js 13 additions, 1 deletiontest/spec/directives/transfer-function-editor.js
Please register or sign in to comment