Add button for running a newly setup trigger
This allows users quick access to test their new trigger they just setup Fixes #125
This commit is contained in:
parent
c3a738c7c2
commit
16a205c108
3 changed files with 13 additions and 3 deletions
|
@ -189,7 +189,8 @@
|
|||
repository="repository"
|
||||
trigger="currentSetupTrigger"
|
||||
canceled="cancelSetupTrigger(trigger)"
|
||||
counter="showTriggerSetupCounter"></div>
|
||||
counter="showTriggerSetupCounter"
|
||||
trigger-runner="askRunTrigger(trigger)"></div>
|
||||
|
||||
<!-- Manual trigger dialog -->
|
||||
<div class="manual-trigger-build-dialog"
|
||||
|
|
Reference in a new issue