fix(docker/services): save the settings of the table for auto refresh
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user