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
(cherry picked from commit f1278c3)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1590426
  • Loading branch information
himdel authored and simaishi committed Jun 12, 2018
1 parent be89d84 commit 563570a
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 563570a

Please sign in to comment.