display branchtag regex when manually invoking build triggers to avoid confusion when multiple triggers

This commit is contained in:
Alec Merdler 2017-07-12 15:09:27 -04:00
parent 21ecc2eadd
commit 2814df482b
10 changed files with 70 additions and 37 deletions

View file

@ -138,7 +138,7 @@
</tr>
<tr ng-repeat="trigger in triggers | filter:{'is_active':true}">
<td><div class="trigger-description" trigger="trigger"></div></td>
<td><trigger-description trigger="trigger"></trigger-description></td>
<td>{{ trigger.config.dockerfile_path || '/Dockerfile' }}</td>
<td>{{ trigger.config.context || '/' }}</td>
<td>{{ trigger.config.branchtag_regex || 'All' }}</td>