mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CS-15572 : StartIndex handled incorrectly when switching between the various Filter by options while listing ISOs in the UI
This commit is contained in:
parent
64cfdc5254
commit
374be31b63
@ -1261,6 +1261,10 @@
|
||||
return true;
|
||||
});
|
||||
|
||||
$listView.find('#filterBy').bind('click',function(event) {
|
||||
page = 1; //Handling the case to display more than 20 entities on a page while switching between panels
|
||||
return page;
|
||||
});
|
||||
var search = function() {
|
||||
loadBody(
|
||||
$table,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user