public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: add consent banner maxLength
@ 2024-12-06 12:23 Gabriel Goller
  2024-12-09 11:29 ` Thomas Lamprecht
  2024-12-10 15:48 ` Gabriel Goller
  0 siblings, 2 replies; 6+ messages in thread
From: Gabriel Goller @ 2024-12-06 12:23 UTC (permalink / raw)
  To: pbs-devel

Add a maxLength of 24000 to the consentBanner. This is the same limit as
in PVE, and while it makes sense there (file size limits in pmxcfs), it
acts more as an arbitrary stop-gap here.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 www/config/NodeOptionView.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/config/NodeOptionView.js b/www/config/NodeOptionView.js
index c327356f7f24..966e6d719469 100644
--- a/www/config/NodeOptionView.js
+++ b/www/config/NodeOptionView.js
@@ -59,6 +59,9 @@ Ext.define('PBS.NodeOptionView', {
 	    name: 'consent-text',
 	    text: gettext('Consent Text'),
 	    deleteEmpty: true,
+	    fieldOpts: {
+		maxLength: 24000,
+	    },
 	    onlineHelp: 'consent_banner',
 	},
     ],
-- 
2.39.5



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


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

end of thread, other threads:[~2024-12-10 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-06 12:23 [pbs-devel] [PATCH proxmox-backup] ui: add consent banner maxLength Gabriel Goller
2024-12-09 11:29 ` Thomas Lamprecht
2024-12-10 10:25   ` Gabriel Goller
2024-12-10 10:27     ` Gabriel Goller
2024-12-10 10:36       ` Gabriel Goller
2024-12-10 15:48 ` Gabriel Goller

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