Remove long build descriptions (not properly used in the new UI)
This commit is contained in:
parent
ff3d8bb013
commit
3342f2392d
7 changed files with 2 additions and 46 deletions
|
@ -133,7 +133,7 @@
|
|||
</tr>
|
||||
|
||||
<tr ng-repeat="trigger in triggers | filter:{'is_active':true}">
|
||||
<td><div class="trigger-description" trigger="trigger" short="true"></div></td>
|
||||
<td><div class="trigger-description" trigger="trigger"></div></td>
|
||||
<td>{{ trigger.config.subdir || '/' }}</td>
|
||||
<td>{{ trigger.config.branchtag_regex || 'All' }}</td>
|
||||
<td>
|
||||
|
|
Reference in a new issue