mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-27 03:21:29 +03:00
Bug #4104: Call foundation refow to initialize sliders
(cherry picked from commit 078f956df8
)
This commit is contained in:
parent
ba71bee7b3
commit
da8c636c5f
@ -602,9 +602,9 @@ define(function(require) {
|
||||
'<a href="#" class="close" style="top: 20px">×</a>' +
|
||||
'</div>');
|
||||
|
||||
ProvisionQuotaWidget.setup(context);
|
||||
$(".provision_vdc_user_confirm_action", context).foundation('slider', 'reflow');
|
||||
|
||||
$(document).foundation();
|
||||
ProvisionQuotaWidget.setup(context);
|
||||
|
||||
var quotas_str = $(".provision_info_vdc_user", context).attr("quotas");
|
||||
if (quotas_str) {
|
||||
|
Loading…
Reference in New Issue
Block a user