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 --- gui-clamp/ui-react/src/api/ACMService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-clamp/ui-react/src/api/ACMService.js') diff --git a/gui-clamp/ui-react/src/api/ACMService.js b/gui-clamp/ui-react/src/api/ACMService.js index 405d222..393741f 100644 --- a/gui-clamp/ui-react/src/api/ACMService.js +++ b/gui-clamp/ui-react/src/api/ACMService.js @@ -27,7 +27,7 @@ export default class ACMService { return response } - static async createInstanceProperties(instanceName, instancePropertiesTemplate) { + static async createInstanceProperties(instancePropertiesTemplate) { const response = await fetch(window.location.pathname + 'restservices/clds/v2/acm/postToscaInstanceProperties', { -- cgit 1.2.3-korg