public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup] ui: datastore contents: Increase actions column width
@ 2026-04-27 10:27 Christian Ebner
  2026-04-27 11:20 ` Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2026-04-27 10:27 UTC (permalink / raw)
  To: pbs-devel

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





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

end of thread, other threads:[~2026-04-27 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 10:27 [PATCH proxmox-backup] ui: datastore contents: Increase actions column width Christian Ebner
2026-04-27 11:20 ` Dominik Csapak

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