diff options
author | brunomilitzer <bruno.militzer@est.tech> | 2022-03-07 15:19:21 +0000 |
---|---|---|
committer | brunomilitzer <bruno.militzer@est.tech> | 2022-03-07 16:12:20 +0000 |
commit | d6094b9b8932afcb58281b170dd16d6dab845878 (patch) | |
tree | 38ca28bb7281d48700bdde00f37455a875ef0865 /gui-clamp/ui-react/src/api | |
parent | e54e656ce881207d6e0fae759dffc4f0dd38f979 (diff) |
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 <bruno.militzer@est.tech>
Diffstat (limited to 'gui-clamp/ui-react/src/api')
-rw-r--r-- | gui-clamp/ui-react/src/api/ACMService.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', { |