[pve-devel] [PATCH manager v3 8/8] Render full name of VirtIO Block controller
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Sep 27 11:48:30 CEST 2017
On 09/26/2017 02:17 PM, Emmanuel Kasper wrote:
> This will hopefully reduce confusion with SCSI VirtIO controller
+1 and: Reviewed-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
> www/manager6/form/BusTypeSelector.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/manager6/form/BusTypeSelector.js b/www/manager6/form/BusTypeSelector.js
> index ae7c327e..8abdcf4b 100644
> --- a/www/manager6/form/BusTypeSelector.js
> +++ b/www/manager6/form/BusTypeSelector.js
> @@ -10,7 +10,7 @@ Ext.define('PVE.form.BusTypeSelector', {
> me.comboItems = [['ide', 'IDE'], ['sata', 'SATA']];
>
> if (!me.noVirtIO) {
> - me.comboItems.push(['virtio', 'VirtIO']);
> + me.comboItems.push(['virtio', 'VirtIO Block']);
> }
>
> me.comboItems.push(['scsi', 'SCSI']);
>
More information about the pve-devel
mailing list