Skip to content

Commit

Permalink
fix(travis stage): Tabs should be displayed in execution details
Browse files Browse the repository at this point in the history
  • Loading branch information
jervi committed Mar 28, 2017
1 parent beb241c commit 083ef23
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<div ng-controller="TravisExecutionDetailsCtrl as ctrl">
<execution-details-section-nav sections="configSections"></execution-details-section-nav>
<execution-details-section-nav sections="ctrl.configSections"></execution-details-section-nav>
<div class="step-section-details" ng-if="ctrl.detailsSection === 'travisConfig'">
<div class="row">
<div class="col-md-{{ctrl.stage.context.buildInfo.testResults ? 6 : 12}}">
Expand Down

0 comments on commit 083ef23

Please sign in to comment.