Skip to content

Commit

Permalink
Merge pull request #1443 from AllenBW/bug/duplicate-ansible-details
Browse files Browse the repository at this point in the history
Retirement & provisioning playbook does not duplicate details
  • Loading branch information
himdel committed Jun 11, 2018
2 parents a2a57da + 655fbdd commit f1278c3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<div class="panel panel-default ss-details-panel">
<loading status="vm.loading"></loading>
<div ng-if="!vm.loading" class="panel-body" ng-repeat="item in vm.orcStacks">
<div ng-if="!vm.loading" class="panel-body">
<uib-tabset>
<uib-tab ng-repeat="item in vm.orcStacks" heading="{{ item.resource.name }}">
<div class="panel-body">
Expand Down

0 comments on commit f1278c3

Please sign in to comment.