fix(docker/services): save the settings of the table for auto refresh

pull/4766/head
alice groux 2021-01-26 16:04:20 +01:00
parent a71e71f481
commit 36fbaa9026
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ angular.module('portainer.docker').controller('ServicesDatatableController', [
}
};
this.onSettingsRepeaterChange = function () {
DatatableService.setDataTableSettings(this.tableKey, this.settings);
};
this.expandItem = function (item, expanded) {
item.Expanded = expanded;
if (item.Expanded) {