]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: FW/Alias: make edit window wider to fit IPv6 CIDR
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jan 2020 11:39:58 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jan 2020 11:39:58 +0000 (12:39 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/grid/FirewallAliases.js

index d0be5e7bd4ae8aacd0ae4dbae65c12910f767069..5f9a94cae5a61f7ea0e8f9b3f93da332d19ff17e 100644 (file)
@@ -2,9 +2,11 @@ Ext.define('PVE.FirewallAliasEdit', {
     extend: 'Proxmox.window.Edit',
 
     base_url: undefined,
-    
+
     alias_name: undefined,
 
+    width: 400,
+
     initComponent : function() {
 
        var me = this;