trigger description: custom trigger support
This commit is contained in:
parent
4e097c1f9d
commit
7352bee8c6
1 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,17 @@
|
|||
</div>
|
||||
</div>
|
||||
</span>
|
||||
<span ng-switch-when="custom">
|
||||
<i class="fa fa-git fa-lg" style="margin-right: 6px;" data-title="git" bs-tooltip="tooltip.title"></i>
|
||||
Push to {{ trigger.config.build_source }}
|
||||
<div style="margin-top: 4px; margin-left: 26px; font-size: 12px; color: gray;" ng-if="!short">
|
||||
<div>
|
||||
<span class="trigger-description-subtitle">Dockerfile:</span>
|
||||
<span ng-if="trigger.config.subdir">//{{ trigger.config.subdir }}/Dockerfile</span>
|
||||
<span ng-if"!trigger.config.subdir">//Dockerfile</span>
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
<span ng-switch-default>
|
||||
Unknown
|
||||
</span>
|
||||
|
|
Reference in a new issue