From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH widget-toolkit] parameter and return grid: allow text selection
Date: Mon, 2 Jan 2023 10:21:23 +0100 [thread overview]
Message-ID: <20230102092123.235417-1-a.lauterer@proxmox.com> (raw)
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
next reply other threads:[~2023-01-02 9:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-02 9:21 Aaron Lauterer [this message]
2023-01-02 16:44 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230102092123.235417-1-a.lauterer@proxmox.com \
--to=a.lauterer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox