Skip to content

Commit

Permalink
fix(provider/azure): fix missing closing tag (#7099)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrampton authored and anotherchrisberry committed Jun 6, 2019
1 parent 14990c6 commit c9cb288
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</v2-wizard-page>
<v2-wizard-page key="zones" label="Zones" mark-complete-on-view="false" done="false">
<ng-include src="pages.zones"></ng-include>
</v2-wizard-page>
<v2-wizard-page key="tags" label="Tags" mark-complete-on-view="false" done="true">
<ng-include src="pages.tags"></ng-include>
</v2-wizard-page>
Expand Down

0 comments on commit c9cb288

Please sign in to comment.