diff --git a/www/config/TfaView.js b/www/config/TfaView.js index 6d7e862a..c112a132 100644 --- a/www/config/TfaView.js +++ b/www/config/TfaView.js @@ -250,6 +250,7 @@ Ext.define('PBS.config.TfaView', { }, { xtype: 'proxmoxButton', + disabled: true, text: gettext('Remove'), getRecordName: rec => rec.data.description, handler: 'onRemoveButton',