mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 23:07:47 +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: {
|
viewConfig: {
|
||||||
trackOver: false,
|
trackOver: false,
|
||||||
stripeRows: true,
|
stripeRows: true,
|
||||||
|
enableTextSelection: true,
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
@ -339,6 +340,7 @@ Ext.onReady(function() {
|
|||||||
viewConfig: {
|
viewConfig: {
|
||||||
trackOver: false,
|
trackOver: false,
|
||||||
stripeRows: true,
|
stripeRows: true,
|
||||||
|
enableTextSelection: true,
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user