From: Filip Schauer <f.schauer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 1/1] Allow moving unused disks to another storage
Date: Mon, 19 Feb 2024 12:11:40 +0100 [thread overview]
Message-ID: <20240219111140.40722-3-f.schauer@proxmox.com> (raw)
In-Reply-To: <20240219111140.40722-1-f.schauer@proxmox.com>
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
---
www/manager6/qemu/HardwareView.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/manager6/qemu/HardwareView.js b/www/manager6/qemu/HardwareView.js
index 5b33b1e2..672a7e1a 100644
--- a/www/manager6/qemu/HardwareView.js
+++ b/www/manager6/qemu/HardwareView.js
@@ -634,7 +634,6 @@ Ext.define('PVE.qemu.HardwareView', {
isCloudInit ||
!(isDisk || isEfi || tpmMoveable),
);
- move_menuitem.setDisabled(isUnusedDisk);
reassign_menuitem.setDisabled(pending || (isEfi || tpmMoveable));
resize_menuitem.setDisabled(pending || !isUsedDisk);
--
2.39.2
next prev parent reply other threads:[~2024-02-19 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-19 11:11 [pve-devel] [PATCH many] fix #1905: Allow moving unused disks Filip Schauer
2024-02-19 11:11 ` [pve-devel] [PATCH qemu-server 1/1] " Filip Schauer
2024-02-19 12:22 ` Thomas Lamprecht
2024-03-05 13:12 ` Filip Schauer
2024-02-19 11:11 ` Filip Schauer [this message]
2024-04-12 9:51 ` [pve-devel] applied-series: [PATCH many] " Fabian Grünbichler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240219111140.40722-3-f.schauer@proxmox.com \
--to=f.schauer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.