public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH pmg-gui v2] ui: pbs snapshotview: set fixed width for verify toast
@ 2026-06-09 13:35 Hannes Laimer
  2026-06-09 13:42 ` applied: " Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Hannes Laimer @ 2026-06-09 13:35 UTC (permalink / raw)
  To: pmg-devel

Otherwise the text wraps and is cut off at >100% zoom.

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
---
v2:
 - use `width` instead of `minWdith` so the toast just grows vertically
   in case the text does not fit

 js/PBSSnapshotView.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/PBSSnapshotView.js b/js/PBSSnapshotView.js
index 0d4b2af..c2d33d2 100644
--- a/js/PBSSnapshotView.js
+++ b/js/PBSSnapshotView.js
@@ -51,6 +51,7 @@ Ext.define('PMG.PBSConfig', {
                     Ext.toast({
                         title: gettext('Verify'),
                         html: gettext('Started verification task on the Proxmox Backup Server.'),
+                        width: 350,
                         iconCls: 'fa fa-check',
                         autoCloseDelay: 5000,
                         closable: true,
-- 
2.47.3





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

* applied: [PATCH pmg-gui v2] ui: pbs snapshotview: set fixed width for verify toast
  2026-06-09 13:35 [PATCH pmg-gui v2] ui: pbs snapshotview: set fixed width for verify toast Hannes Laimer
@ 2026-06-09 13:42 ` Dominik Csapak
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Csapak @ 2026-06-09 13:42 UTC (permalink / raw)
  To: pmg-devel, Hannes Laimer

On Tue, 09 Jun 2026 15:35:43 +0200, Hannes Laimer wrote:
> Otherwise the text wraps and is cut off at >100% zoom.
> 
> 

Applied, thanks!

[1/1] ui: pbs snapshotview: set fixed width for verify toast
      commit: 1aa40e4d5770b902ad685e33cdad4c80dd7ed229




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

end of thread, other threads:[~2026-06-09 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 13:35 [PATCH pmg-gui v2] ui: pbs snapshotview: set fixed width for verify toast Hannes Laimer
2026-06-09 13:42 ` applied: " 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