open-nomad/ui/stories
Buck Doyle f462d7d1c2
Add button to fail running deployments (#9831)
This closes #8744 and #9826.

It necessitated some customisation options for TwoStepButton. One is inlineText, which puts the confirmation text in the same line as the buttons. Also, there was a single-use configuration option named isInfoAction that I removed in favour of passing a set of class configuration options like this:

                @classes={{hash
                  idleButton="is-warning"
                  confirmationMessage="inherit-color"
                  cancelButton="is-danger is-important"
                  confirmButton="is-warning"}}
2021-02-10 08:38:37 -06:00
..
charts Stagger line chart annotations when they are too close 2020-08-05 12:02:22 -07:00
components Add button to fail running deployments (#9831) 2021-02-10 08:38:37 -06:00
theme List all available icons in a story. 2020-10-26 12:26:42 -07:00
utils UI: Migrate to Storybook (#6507) 2020-01-21 15:46:32 -06:00