]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: snapshot tree: add separator between rollback and edit button
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 13:00:07 +0000 (14:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 13:00:07 +0000 (14:00 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/tree/SnapshotTree.js

index 1b33e729feb32fbbb3f61818e1f7c67d04d498a7..75aa370b16331502c7658aa55bb3f9bb59f243b6 100644 (file)
@@ -264,6 +264,7 @@ Ext.define('PVE.guest.SnapshotTree', {
            },
            handler: 'rollback',
        },
+       '-',
        {
            xtype: 'proxmoxButton',
            text: gettext('Edit'),