Add support for multi-step phase delimitation in build logs view

This commit is contained in:
Joseph Schorr 2017-06-23 16:00:22 -04:00
parent 1d60414a23
commit 09e9b5cb53
4 changed files with 47 additions and 10 deletions

View file

@ -1 +1,4 @@
<dockerfile-command class="command" command="getWithoutStep(command.message)"></dockerfile-command>
<div class="build-log-command-element" ng-class="::{'multistep-seperator': !!isSecondaryFrom(command.message) || fromName(command.message)}">
<span class="from-name" ng-if="::!!fromName(command.message)">{{ ::fromName(command.message) }}</span>
<dockerfile-command class="command" command="getWithoutStep(command.message)"></dockerfile-command>
</div>