Skip to content

Commit

Permalink
Upgrade directives name since we use angular-ui-bootstrap (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelmbagira authored and emilevauge committed Aug 5, 2016
1 parent 1fc4c56 commit a86649d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webui/src/app/sections/providers/providers.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<tabset>
<tab data-ng-repeat="(providerId, provider) in providersCtrl.providers" heading="{{providerId}}">
<uib-tabset>
<uib-tab data-ng-repeat="(providerId, provider) in providersCtrl.providers" heading="{{providerId}}">

<div class="row tabset-row__providers">
<div class="col-md-6">
Expand All @@ -15,6 +15,6 @@
</div>
</div>

</tab>
</tabset>
</uib-tab>
</uib-tabset>
</div>

0 comments on commit a86649d

Please sign in to comment.