diff options
author | saul.gill <saul.gill@est.tech> | 2021-07-12 17:10:10 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2021-07-19 16:08:22 +0100 |
commit | 3f99e6d9f007477fe6074f470048440d2b29c1ff (patch) | |
tree | f8c35c32fa163fc6f21f04cb61f2c3b6db5545de /gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap | |
parent | 71d6358a8f787c5d2688a485d42ff9514dc58a56 (diff) |
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>
Diffstat (limited to 'gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap')
-rw-r--r-- | gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap b/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap index 040fdaa..4529589 100644 --- a/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -14,6 +14,10 @@ exports[`Verify LoopUI Test the render method 1`] = ` render={[Function]} /> <Route + path="/getJsonSchema" + render={[Function]} + /> + <Route path="/viewLoopTemplatesModal" render={[Function]} /> |