Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a new deprovision button and it's resource-container wrapper #245

Merged
merged 6 commits into from Jul 10, 2019

Commits on Jul 9, 2019

  1. Adds a new deprovision button and it's resource-container wrapper

    This adds a deprovision button based on the code for the provision button. This button can be used standalone and will fetch the resource id if not provided, or as a `manifold-resource-deprovision` component that will get it's data from the `resource-container` component.
    
    Work is related to manifoldco/engineering#8688
    Guillaume St-Pierre committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    6924f53 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Rename resource-label to resource-name for consistency

    Guillaume St-Pierre committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    2efb500 View commit details
    Browse the repository at this point in the history
  2. Fix small issue and typo in test file

    Guillaume St-Pierre committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ff18265 View commit details
    Browse the repository at this point in the history
  3. Typos and ternaries

    Guillaume St-Pierre committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7c734e4 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/gui/8688-deprovision-button' int…

    …o gui/8688-deprovision-button
    Guillaume St-Pierre committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    267a75f View commit details
    Browse the repository at this point in the history
  5. Add the new components build to change some of the prop names

    Guillaume St-Pierre committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c3de6cf View commit details
    Browse the repository at this point in the history