mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
* chore(eslint): update esllint and remove unused variables
* chore(eslint-config): change no-unused-vars to warn * chore(eslint): remove unused variables * chore(eslint): allow unused globals * fixup! chore(eslint): allow unused globals * chore(eslint): remove commented unused vars * fixup! chore(eslint): remove commented unused vars
This commit is contained in:
committed by
Anthony Lapenna
parent
46da95ecfb
commit
e58acd7dd6
@@ -15,7 +15,7 @@ function (DatatableService) {
|
||||
}
|
||||
};
|
||||
|
||||
this.applyFilters = function(item, index, array) {
|
||||
this.applyFilters = function(item) {
|
||||
var filters = ctrl.filters;
|
||||
for (var i = 0; i < filters.state.values.length; i++) {
|
||||
var filter = filters.state.values[i];
|
||||
|
||||
Reference in New Issue
Block a user