Merge "Change "a" tag to "button" tag for "Create" button."

This commit is contained in:
Jenkins 2015-12-20 14:44:05 +00:00 committed by Gerrit Code Review
commit e6b5dfb165
2 changed files with 4 additions and 4 deletions
magnum_ui/static/dashboard/containers
bay/table
containers/table

@ -21,12 +21,12 @@
<tr>
<th colspan="100" class="action-col">
<action-list class="btn-addon">
<a href="javascipt:void(0);"
<button
class="btn btn-default btn-sm btn-launch ng-scope"
ng-controller="containersBayModalController as modal"
ng-click="modal.openBayCreateWizard({successUrl: '/containers/'})">
<span class="fa fa-plus" translate>Create Bay</span>
</a>
</button>
</action-list>
<action-list class="btn-addon">
<action

@ -21,12 +21,12 @@
<tr>
<th colspan="100" class="action-col">
<action-list class="btn-addon">
<a href="javascipt:void(0);"
<button
class="btn btn-default btn-sm btn-launch ng-scope"
ng-controller="containersContainerModalController as modal"
ng-click="modal.openContainerCreateWizard({successUrl: '/containers/containers/'})">
<span class="fa fa-plus"> <translate>Create Container</translate></span>
</a>
</button>
</action-list>
<action-list class="btn-addon">
<action