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:
parent
e0b09f20b0
commit
eec10541b3
3 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@ angular.module('ui').component('usersDatatable', {
|
|||
orderBy: '@',
|
||||
reverseOrder: '<',
|
||||
showTextFilter: '<',
|
||||
removeAction: '<'
|
||||
removeAction: '<',
|
||||
authenticationMethod: '<'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue