api2/admin/datastore/snapshos: show encrypted and size info per file
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
e181d2f6da
commit
1c090810f5
@ -196,6 +196,11 @@ Ext.define('PBS.DataStoreContent', {
|
||||
header: gettext("Files"),
|
||||
sortable: false,
|
||||
dataIndex: 'files',
|
||||
renderer: function(files) {
|
||||
return files.map((file) => {
|
||||
return file.filename;
|
||||
}).join(', ');
|
||||
},
|
||||
flex: 2
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user