Added Commissioning Template Editor 61/122661/4
authorsaul.gill <saul.gill@est.tech>
Mon, 12 Jul 2021 16:10:10 +0000 (17:10 +0100)
committersaul.gill <saul.gill@est.tech>
Mon, 19 Jul 2021 15:08:22 +0000 (16:08 +0100)
commit3f99e6d9f007477fe6074f470048440d2b29c1ff
treef8c35c32fa163fc6f21f04cb61f2c3b6db5545de
parent71d6358a8f787c5d2688a485d42ff9514dc58a56
Added Commissioning Template Editor

Added a new modal to allow editing of the tosca template
Json schema from the backend generates a for the user

Added Decommissioning capability while viewing template
Added service for decommissioning

Issue-ID: POLICY-3439
Change-Id: Ic5bec9ea26aa8df468d36a893faa06f88d248dd5
Signed-off-by: saul.gill <saul.gill@est.tech>
18 files changed:
gui-clamp/ui-react/package.json
gui-clamp/ui-react/src/LoopUI.js
gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap
gui-clamp/ui-react/src/__snapshots__/OnapClamp.test.js.snap
gui-clamp/ui-react/src/api/ControlLoopService.js
gui-clamp/ui-react/src/components/dialogs/ControlLoop/CommissioningModal.js [new file with mode: 0644]
gui-clamp/ui-react/src/components/dialogs/ControlLoop/CommissioningModal.test.js [new file with mode: 0644]
gui-clamp/ui-react/src/components/dialogs/ControlLoop/DeleteToscaTemplate.js [new file with mode: 0644]
gui-clamp/ui-react/src/components/dialogs/ControlLoop/DeleteToscaTemplate.test.js [new file with mode: 0644]
gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js
gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.test.js
gui-clamp/ui-react/src/components/dialogs/ControlLoop/ReadAndConvertYaml.js
gui-clamp/ui-react/src/components/dialogs/ControlLoop/__snapshots__/CommissioningModal.test.js.snap [new file with mode: 0644]
gui-clamp/ui-react/src/components/dialogs/ControlLoop/__snapshots__/DeleteToscaTemplate.test.js.snap [new file with mode: 0644]
gui-clamp/ui-react/src/components/dialogs/ControlLoop/__snapshots__/GetToscaTemplate.test.js.snap
gui-clamp/ui-react/src/components/dialogs/ControlLoop/__snapshots__/ReadAndConvertYaml.test.js.snap
gui-clamp/ui-react/src/components/menu/MenuBar.js
gui-clamp/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap