feat(ux): always display search bar in datatables (#2034)

This commit is contained in:
Anthony Lapenna
2018-07-11 16:18:44 +02:00
committed by GitHub
parent b6792461a4
commit cdf79c731b
76 changed files with 66 additions and 244 deletions

View File

@@ -7,7 +7,6 @@ angular.module('portainer.docker').component('nodeTasksDatatable', {
dataset: '<',
tableKey: '@',
orderBy: '@',
reverseOrder: '<',
showTextFilter: '<'
reverseOrder: '<'
}
});