From: Lukas Wagner <l.wagner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 3/3] ui: sync view: increase default width of 'Max. Depth' column
Date: Thu, 18 Apr 2024 14:01:18 +0200 [thread overview]
Message-ID: <20240418120118.314215-3-l.wagner@proxmox.com> (raw)
In-Reply-To: <20240418120118.314215-1-l.wagner@proxmox.com>
Before, the column was so small that it was practically invisible.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
www/config/SyncView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/config/SyncView.js b/www/config/SyncView.js
index 44f1b149..4669a23e 100644
--- a/www/config/SyncView.js
+++ b/www/config/SyncView.js
@@ -226,7 +226,7 @@ Ext.define('PBS.config.SyncJobView', {
{
header: gettext('Max. Depth'),
dataIndex: 'max-depth',
- width: 10,
+ width: 100,
sortable: true,
},
{
--
2.39.2
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-04-18 12:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 12:01 [pbs-devel] [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth' Lukas Wagner
2024-04-18 12:01 ` [pbs-devel] [PATCH proxmox-backup 2/3] ui: sync view: add 'max-depth' to model Lukas Wagner
2024-04-18 12:01 ` Lukas Wagner [this message]
2024-04-19 7:46 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth' Fabian Grünbichler
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=20240418120118.314215-3-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pbs-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.