[pve-devel] [PATCH v3 manager 07/20] remove the now unneccessary content type column
Fabian Ebner
f.ebner at proxmox.com
Fri Nov 13 14:16:20 CET 2020
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
www/manager6/storage/ContentView.js | 6 ------
1 file changed, 6 deletions(-)
diff --git a/www/manager6/storage/ContentView.js b/www/manager6/storage/ContentView.js
index 0d52cb2b..d1df4a35 100644
--- a/www/manager6/storage/ContentView.js
+++ b/www/manager6/storage/ContentView.js
@@ -617,12 +617,6 @@ Ext.define('PVE.storage.ContentView', {
width: 100,
dataIndex: 'format'
},
- {
- header: gettext('Type'),
- width: 100,
- dataIndex: 'content',
- renderer: PVE.Utils.format_content_types
- },
{
header: gettext('Size'),
width: 100,
--
2.20.1
More information about the pve-devel
mailing list