mirror of https://github.com/apache/cloudstack.git
metrics: resort table after add new rows due to infinite scrolling
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e5d52d5f96
commit
b85cd1a686
|
|
@ -1632,6 +1632,9 @@
|
|||
collapsibleKarets.click();
|
||||
}
|
||||
|
||||
// Re-sort table if a column was previously sorted
|
||||
$listView.find('thead tr:last th.sorted').click().click();
|
||||
|
||||
return rows;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue