Merge "Change "a" tag to "button" tag for "Create" button."
This commit is contained in:
commit
e6b5dfb165
magnum_ui/static/dashboard/containers
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user