ui: tape: add EncryptionPanel to add/remove encryption keys
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
02dce8cad0
commit
2e4e698633
@ -41,5 +41,10 @@ Ext.define('PBS.TapeManagement', {
|
||||
itemId: 'pools',
|
||||
xtype: 'pbsMediaPoolPanel',
|
||||
},
|
||||
{
|
||||
title: gettext('Encryption Keys'),
|
||||
itemId: 'encryption-keys',
|
||||
xtype: 'pbsEncryptionKeys',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user