1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

fix(datatables): default orderby now applied correctly (#3022)

This commit is contained in:
xAt0mZ 2019-07-23 05:09:43 +02:00 committed by Anthony Lapenna
parent fbcffb7969
commit 1089846fd6
14 changed files with 14 additions and 0 deletions

View file

@ -51,5 +51,6 @@ function($scope, $controller, clipboard, Notifications, StoridgeNodeService, Dat
this.settings.open = false;
}
this.onSettingsRepeaterChange();
this.state.orderBy = this.orderBy;
};
}]);