Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Bind & Unbind Buttons #62

Merged
merged 1 commit into from
Feb 13, 2018
Merged

Bind & Unbind Buttons #62

merged 1 commit into from
Feb 13, 2018

Conversation

evanlouie
Copy link
Contributor

@evanlouie evanlouie commented Feb 13, 2018

  • Added the ability to add and remove bindings from instances
  • Refactored ServiceInstance and ServiceBinding codes to separate classes outside of ServiceCatalog

resolves: #17

</label>
<br />
<label htmlFor="namespace">
<span>Instance Name:</span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be Namespace I guess?

this.state.instanceRefName,
this.state.namespace,
);
await this.closeModal();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is await needed here, since setState doesn't return a promise? I guess we can also remove async from closeModal and openModal

@@ -0,0 +1,51 @@
import Axios from "axios";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're using lowercase axios elsewhere

@@ -0,0 +1,80 @@
import Axios from "axios";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be lowercase also

@evanlouie evanlouie merged commit fefc313 into vmware-archive:2.0 Feb 13, 2018
@evanlouie evanlouie deleted the bind-unbind branch February 13, 2018 17:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants