1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 14:29:40 +02:00

fix(users): fix invalid Authentication value (#1528)

This commit is contained in:
Anthony Lapenna 2017-12-21 19:56:54 +01:00 committed by GitHub
parent e0b09f20b0
commit eec10541b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,7 @@ angular.module('ui').component('usersDatatable', {
orderBy: '@',
reverseOrder: '<',
showTextFilter: '<',
removeAction: '<'
removeAction: '<',
authenticationMethod: '<'
}
});