mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 21:21:24 +00:00
increase column width on Qemu/Options
This commit is contained in:
parent
c5ebd41fd3
commit
5031f61d58
@ -299,7 +299,7 @@ Ext.define('PVE.qemu.Options', {
|
|||||||
|
|
||||||
Ext.applyIf(me, {
|
Ext.applyIf(me, {
|
||||||
url: "/api2/json/nodes/" + nodename + "/qemu/" + vmid + "/config",
|
url: "/api2/json/nodes/" + nodename + "/qemu/" + vmid + "/config",
|
||||||
cwidth1: 150,
|
cwidth1: 170,
|
||||||
tbar: [ edit_btn ],
|
tbar: [ edit_btn ],
|
||||||
rows: rows,
|
rows: rows,
|
||||||
listeners: {
|
listeners: {
|
||||||
|
Loading…
Reference in New Issue
Block a user