open-nomad/ui/tests/unit
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
..
abilities Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
adapters Add button to fail running deployments (#9831) 2021-02-10 08:38:37 -06:00
components Quietly ignore orphaned allocs in the topo viz 2020-12-17 11:18:43 -08:00
helpers Unit test for for GiB in format-bytes 2020-10-15 02:54:16 -07:00
mixins Improve global search UX (#8249) 2020-06-25 08:51:52 -05:00
models Add embedded task group to allocation to reference when allocation is historical 2020-05-01 14:30:02 -07:00
serializers Test coverage for the scale event serializer 2020-12-07 12:28:47 -08:00
services Don't include the region param in authorizedRequest if it's already in the URL 2021-02-01 09:54:46 -08:00
utils Fix exec escaping for emoji task name (#7813) 2021-02-09 09:33:48 -06:00
.gitkeep