From aa486be66b1c29ad2e953cb44d105ca1bde40b1c Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 18 Feb 2020 02:00:11 -0800 Subject: Modify the Ui Modify the Ui to have a modify option in the menu so that the user can tune the loop instance Issue-ID: CLAMP-648 Change-Id: I57523bc1c3afaf5ca5a2acf5c59823df06fd4cd9 Signed-off-by: sebdet --- .../menu/__snapshots__/MenuBar.test.js.snap | 117 +++++++++++++++------ 1 file changed, 84 insertions(+), 33 deletions(-) (limited to 'ui-react/src/components/menu/__snapshots__') diff --git a/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap b/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap index 14030f01..a7e66edd 100644 --- a/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap +++ b/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap @@ -3,7 +3,7 @@ exports[`Verify MenuBar Test the render method 1`] = ` - Upload Tosca Policy Model + View All Templates + + - View Tosca Policy Models + Upload Tosca Model - View Loop Templates + View Tosca Models - Open CL + Open Loop - Properties CL + Properties - Close Model + Close + + + Modify - - - Submit + Refresh Status + + - Stop + Create and deploy to Policy Engine(SUBMIT) - Restart + Undeploy from Policy Engine (STOP) - Delete + ReDeploy to Policy Engine (RESTART) - Deploy + Delete loop instance (DELETE) - UnDeploy + Deploy to DCAE (DEPLOY) - - - Refresh Status + UnDeploy to DCAE (UNDEPLOY)