mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
webui: change ipatokennotbefore and ipatokennotafter types to datetime
https://fedorahosted.org/freeipa/ticket/3369 Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
parent
9bf29c270d
commit
bc1979ac09
@ -183,8 +183,14 @@ return {
|
||||
other_entity: 'user',
|
||||
other_field: 'uid'
|
||||
},
|
||||
'ipatokennotbefore',
|
||||
'ipatokennotafter',
|
||||
{
|
||||
$type: 'datetime',
|
||||
name: 'ipatokennotbefore'
|
||||
},
|
||||
{
|
||||
$type: 'datetime',
|
||||
name: 'ipatokennotafter'
|
||||
},
|
||||
'ipatokenvendor',
|
||||
'ipatokenmodel',
|
||||
'ipatokenserial',
|
||||
@ -228,8 +234,14 @@ return {
|
||||
other_entity: 'user',
|
||||
other_field: 'uid'
|
||||
},
|
||||
'ipatokennotbefore',
|
||||
'ipatokennotafter',
|
||||
{
|
||||
$type: 'datetime',
|
||||
name: 'ipatokennotbefore'
|
||||
},
|
||||
{
|
||||
$type: 'datetime',
|
||||
name: 'ipatokennotafter'
|
||||
},
|
||||
'ipatokenvendor',
|
||||
'ipatokenmodel',
|
||||
'ipatokenserial',
|
||||
|
Loading…
Reference in New Issue
Block a user