Skip to content

Commit

Permalink
Retirement & provisioning playbook does not duplicate details
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Jun 8, 2018
1 parent a2a57da commit 655fbdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 655fbdd

Please sign in to comment.