mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #3748: Change reflow order
This commit is contained in:
parent
284008adea
commit
a03fb3525e
@ -414,7 +414,7 @@ define(function(require) {
|
||||
return false;
|
||||
});
|
||||
|
||||
$(document).foundation('reflow', 'dropdown');
|
||||
$(document).foundation('dropdown', 'reflow');
|
||||
|
||||
// Button to return to the list view from the detailed view
|
||||
$(document).on("click", "a[href='back']", function(e) {
|
||||
@ -605,7 +605,7 @@ define(function(require) {
|
||||
}
|
||||
});
|
||||
|
||||
context.foundation('reflow', 'tab');
|
||||
context.foundation('tab', 'reflow');
|
||||
$('[href=' + activaTabHref + ']', context).trigger("click");
|
||||
}
|
||||
|
||||
|
@ -159,8 +159,6 @@ define(function(require) {
|
||||
return false;
|
||||
});
|
||||
|
||||
context.foundation('reflow', 'abide');
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -150,9 +150,6 @@ define(function(require) {
|
||||
|
||||
return true;
|
||||
},
|
||||
"fnDrawCallback": function (oSettings) {
|
||||
$(".provision_flows_ul", context).foundation('reflow', 'tooltip');
|
||||
},
|
||||
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
var data = aData.DOCUMENT;
|
||||
var body = data.TEMPLATE.BODY;
|
||||
|
@ -134,11 +134,6 @@ define(function(require) {
|
||||
|
||||
return true;
|
||||
},
|
||||
"fnDrawCallback": function (oSettings) {
|
||||
$(".provision_vms_ul", context).foundation('reflow', 'tooltip');
|
||||
|
||||
return true;
|
||||
},
|
||||
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
var data = aData.VM;
|
||||
var state = get_provision_vm_state(data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user