diff options
author | 2021-07-20 13:44:23 +0000 | |
---|---|---|
committer | 2021-07-20 13:44:23 +0000 | |
commit | 29871bc266df6b4418f30311ce9d0ef9ddd9965c (patch) | |
tree | a58d71644fb500c6b60089c9af78e7185262e85b /gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js | |
parent | efaa2f3f7d22a5096625b51643f707b471569d78 (diff) | |
parent | 3f99e6d9f007477fe6074f470048440d2b29c1ff (diff) |
Merge "Added Commissioning Template Editor"
Diffstat (limited to 'gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js')
-rw-r--r-- | gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js b/gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js index 7da8c13..273957f 100644 --- a/gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js +++ b/gui-clamp/ui-react/src/components/dialogs/ControlLoop/GetToscaTemplate.js @@ -40,7 +40,7 @@ const GetToscaTemplate = (props) => { <React.Fragment> <Button variant="primary" type="submit" - onClick={ getTemplateHandler }>Get Tosca Service Template</Button> + onClick={ getTemplateHandler }>Pull Tosca Service Template</Button> </React.Fragment> ); |