* [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
* Re: [PATCH proxmox-backup] ui: datastore contents: Increase actions column width
2026-04-27 10:27 [PATCH proxmox-backup] ui: datastore contents: Increase actions column width Christian Ebner
@ 2026-04-27 11:20 ` Dominik Csapak
0 siblings, 0 replies; 2+ messages in thread
From: Dominik Csapak @ 2026-04-27 11:20 UTC (permalink / raw)
To: Christian Ebner, pbs-devel
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Dominik Csapak <d.csapak@proxmox.com>
On 4/27/26 12:26 PM, Christian Ebner wrote:
> 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',
^ permalink raw reply [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 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.