Skip to content

Commit

Permalink
Merge pull request #3434 from jervi/add_travis_integration
Browse files Browse the repository at this point in the history
fix(travis stage): Tabs should be displayed in execution details
  • Loading branch information
anotherchrisberry committed Mar 28, 2017
2 parents beb241c + 083ef23 commit 8f49b12
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 8f49b12

Please sign in to comment.