open-nomad/ui/app/templates/components/job-page
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
..
parts Add button to fail running deployments (#9831) 2021-02-10 08:38:37 -06:00
batch.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
parameterized-child.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
parameterized.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
periodic-child.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
periodic.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
service.hbs Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
system.hbs Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00