public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH widget-toolkit] parameter and return grid: allow text selection
@ 2023-01-02  9:21 Aaron Lauterer
  2023-01-02 16:44 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lauterer @ 2023-01-02  9:21 UTC (permalink / raw)
  To: pve-devel

Making it easier for people to copy & paste parameter and retrun value
names.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
 src/api-viewer/APIViewer.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/api-viewer/APIViewer.js b/src/api-viewer/APIViewer.js
index 879c9a3..d9753b2 100644
--- a/src/api-viewer/APIViewer.js
+++ b/src/api-viewer/APIViewer.js
@@ -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: [
 			    {
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH widget-toolkit] parameter and return grid: allow text selection
  2023-01-02  9:21 [pve-devel] [PATCH widget-toolkit] parameter and return grid: allow text selection Aaron Lauterer
@ 2023-01-02 16:44 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-01-02 16:44 UTC (permalink / raw)
  To: Proxmox VE development discussion, Aaron Lauterer

Am 02/01/2023 um 10:21 schrieb Aaron Lauterer:
> Making it easier for people to copy & paste parameter and retrun value
> names.
> 
> Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
> ---
>  src/api-viewer/APIViewer.js | 2 ++
>  1 file changed, 2 insertions(+)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-02 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02  9:21 [pve-devel] [PATCH widget-toolkit] parameter and return grid: allow text selection Aaron Lauterer
2023-01-02 16:44 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal