mirror of https://github.com/portainer/portainer
fix(docker/services): save the settings of the table for auto refresh
parent
a71e71f481
commit
36fbaa9026
|
@ -24,6 +24,10 @@ angular.module('portainer.docker').controller('ServicesDatatableController', [
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this.onSettingsRepeaterChange = function () {
|
||||||
|
DatatableService.setDataTableSettings(this.tableKey, this.settings);
|
||||||
|
};
|
||||||
|
|
||||||
this.expandItem = function (item, expanded) {
|
this.expandItem = function (item, expanded) {
|
||||||
item.Expanded = expanded;
|
item.Expanded = expanded;
|
||||||
if (item.Expanded) {
|
if (item.Expanded) {
|
||||||
|
|
Loading…
Reference in New Issue