Commit e165baec authored by Dietmar Maurer's avatar Dietmar Maurer

AuthView: display tfa property

parent 10f7ed8d
...@@ -128,6 +128,12 @@ Ext.define('PVE.dc.AuthView', { ...@@ -128,6 +128,12 @@ Ext.define('PVE.dc.AuthView', {
sortable: true, sortable: true,
dataIndex: 'type' dataIndex: 'type'
}, },
{
header: gettext('TFA'),
width: 100,
sortable: true,
dataIndex: 'tfa'
},
{ {
id: 'comment', id: 'comment',
header: gettext('Comment'), header: gettext('Comment'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment