mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-27 22:48:24 +00:00
parameter and return grid: allow text selection
Making it easier for people to copy & paste parameter and retrun value names. Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
ddf7a65deb
commit
a95dbf6dea
@ -241,6 +241,7 @@ Ext.onReady(function() {
|
||||
viewConfig: {
|
||||
trackOver: false,
|
||||
stripeRows: true,
|
||||
enableTextSelection: true,
|
||||
},
|
||||
columns: [
|
||||
{
|
||||
@ -339,6 +340,7 @@ Ext.onReady(function() {
|
||||
viewConfig: {
|
||||
trackOver: false,
|
||||
stripeRows: true,
|
||||
enableTextSelection: true,
|
||||
},
|
||||
columns: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user