From d6094b9b8932afcb58281b170dd16d6dab845878 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Mon, 7 Mar 2022 15:19:21 +0000 Subject: Fixed Instance Properties Name Added a input text box so the user can customize the instance name properties Issue-ID: POLICY-3978 Change-Id: I505eff37699dbe50a285ce2f153c70be246e1d8c Signed-off-by: brunomilitzer --- .../InstancePropertiesModal.test.js.snap | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__') diff --git a/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/InstancePropertiesModal.test.js.snap b/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/InstancePropertiesModal.test.js.snap index d655b08..a4fea2a 100644 --- a/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/InstancePropertiesModal.test.js.snap +++ b/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/InstancePropertiesModal.test.js.snap @@ -24,6 +24,37 @@ exports[`Verify InstancePropertiesModal renders correctly 1`] = ` } > + + + Instance Name: + + +
-- cgit 1.2.3-korg