- Add a build trigger link to the builds menu in the repo view
- Have the dialog dismiss auto-delete the trigger - Have the github trigger setup choose the first directory, if any
This commit is contained in:
parent
bc26029951
commit
c3c26ba199
4 changed files with 20 additions and 2 deletions
|
@ -359,7 +359,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" ng-disabled="!currentSetupTrigger.$ready" ng-click="finishSetupTrigger(currentSetupTrigger)">Finished</button>
|
||||
<button type="button" class="btn btn-default" ng-click="cancelSetupTrigger(currentSetupTrigger)">Cancel</button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</div><!-- /.modal-content -->
|
||||
</div><!-- /.modal-dialog -->
|
||||
|
|
Reference in a new issue