]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: perm path: increase width of the perm path selector combobox
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 3 Aug 2023 12:17:10 +0000 (14:17 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 16 Aug 2023 09:11:21 +0000 (11:11 +0200)
ACL paths for notification targets can become quite long, e.g.:
/mappings/notifications/<target name>

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
www/manager6/form/PermPathSelector.js

index c20d8b65cd9f9aa3d368a7810aeb449c1ad364ef..e8d395fc218d899c79a879a3bffc39d717fcd7f5 100644 (file)
@@ -6,6 +6,7 @@ Ext.define('PVE.form.PermPathSelector', {
     displayField: 'value',
     typeAhead: true,
     queryMode: 'local',
+    width: 380,
 
     store: {
        type: 'pvePermPath',