mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-25 06:03:36 +03:00
Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
parent
07b1656e52
commit
d65510d973
@ -631,6 +631,11 @@ define(function(require) {
|
||||
}
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
// Reload foundation ips dropdown when change page on datatables
|
||||
$(document).on("click", ".paginate_button", function() {
|
||||
$('.ips-dropdown').foundation();
|
||||
});
|
||||
};
|
||||
|
||||
var _setupTabs = function() {
|
||||
|
@ -214,7 +214,7 @@ define(function(require) {
|
||||
|
||||
$('#' + this.dataTableId + 'Search').on('input', function() {
|
||||
that.dataTable.fnFilter($(this).val());
|
||||
$("ul.ips-dropdown").foundation();
|
||||
$(".ips-dropdown").foundation();
|
||||
return false;
|
||||
});
|
||||
|
||||
@ -695,7 +695,7 @@ define(function(require) {
|
||||
|
||||
if (that.postUpdateView) {
|
||||
that.postUpdateView();
|
||||
$("ul.ips-dropdown").foundation();
|
||||
$(".ips-dropdown").foundation();
|
||||
}
|
||||
|
||||
if(that.conf.searchDropdownHTML != undefined){
|
||||
@ -737,7 +737,7 @@ define(function(require) {
|
||||
}
|
||||
});
|
||||
|
||||
$("ul.ips-dropdown").foundation();
|
||||
$(".ips-dropdown").foundation();
|
||||
}
|
||||
|
||||
function _getElementData(id, resource_tag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user