Add support for multi-step phase delimitation in build logs view
This commit is contained in:
parent
1d60414a23
commit
09e9b5cb53
4 changed files with 47 additions and 10 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue