mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
fix(datatables): default orderby now applied correctly (#3022)
This commit is contained in:
@@ -65,5 +65,6 @@ function ($scope, $controller, DatatableService) {
|
||||
this.settings.open = false;
|
||||
}
|
||||
this.onSettingsRepeaterChange();
|
||||
this.state.orderBy = this.orderBy;
|
||||
};
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user