1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 22:09:41 +02:00

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

This commit is contained in:
alice groux 2021-01-26 16:04:20 +01:00
parent a71e71f481
commit 36fbaa9026

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) {