public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup] ui: datastore contents: Increase actions column width
Date: Mon, 27 Apr 2026 12:27:21 +0200	[thread overview]
Message-ID: <20260427102721.380440-1-c.ebner@proxmox.com> (raw)

Since the introduction of the namespace/group move, the action column
got an additional icon. The current width is now to narrow, therefore
potentially not showing important icons like the single file browser.

Increase the width so the icon is visible again without manual
intervention.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
 www/datastore/Content.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/datastore/Content.js b/www/datastore/Content.js
index b1e1f66cb..a4d29e9b6 100644
--- a/www/datastore/Content.js
+++ b/www/datastore/Content.js
@@ -1127,7 +1127,7 @@ Ext.define('PBS.DataStoreContent', {
             header: gettext('Actions'),
             xtype: 'actioncolumn',
             dataIndex: 'text',
-            width: 150,
+            width: 170,
             items: [
                 {
                     handler: 'onVerify',
-- 
2.47.3





             reply	other threads:[~2026-04-27 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-27 10:27 Christian Ebner [this message]
2026-04-27 11:20 ` [PATCH proxmox-backup] ui: datastore contents: Increase actions column width Dominik Csapak

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=20260427102721.380440-1-c.ebner@proxmox.com \
    --to=c.ebner@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 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