[pve-devel] [PATCH manager v1 10/11] virtiofs edit: add readonly checkbox
Markus Frank
m.frank at proxmox.com
Mon Oct 20 14:17:45 CEST 2025
Signed-off-by: Markus Frank <m.frank at proxmox.com>
---
www/manager6/qemu/VirtiofsEdit.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/manager6/qemu/VirtiofsEdit.js b/www/manager6/qemu/VirtiofsEdit.js
index 1b70b447..ce679b8b 100644
--- a/www/manager6/qemu/VirtiofsEdit.js
+++ b/www/manager6/qemu/VirtiofsEdit.js
@@ -83,6 +83,11 @@ Ext.define('PVE.qemu.VirtiofsInputPanel', {
name: 'direct-io',
fieldLabel: gettext('Allow Direct IO'),
},
+ {
+ xtype: 'proxmoxcheckbox',
+ name: 'readonly',
+ fieldLabel: gettext('Read Only'),
+ },
{
xtype: 'proxmoxintegerfield',
name: 'thread-pool-size',
--
2.47.3
More information about the pve-devel
mailing list