]> git.proxmox.com Git - proxmox-backup.git/commitdiff
prune sim: make backup schedule a form, bind update button to its validity
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Nov 2020 07:11:46 +0000 (08:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Nov 2020 07:11:46 +0000 (08:11 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/prune-simulator/prune-simulator.js

index c21505da52ac39015d68c7bb1c6d9d814b242827..4ca94c031d880dd7e67730ca5d7d199b4bcba441 100644 (file)
@@ -658,6 +658,7 @@ Ext.onReady(function() {
                        },
                        { xtype: "panel", width: 1, border: 1 },
                        {
+                           xtype: 'form',
                            layout: 'anchor',
                            flex: 1,
                            border: false,
@@ -698,6 +699,7 @@ Ext.onReady(function() {
                                    xtype: 'button',
                                    name: 'schedule-button',
                                    text: 'Update Schedule',
+                                   formBind: true,
                                    handler: 'reloadFull',
                                },
                            ],