node network: add separators in top bar

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-26 12:06:38 +01:00
parent 2877ddea0b
commit 1cf31d6bac

View File

@ -279,7 +279,7 @@ Ext.define('Proxmox.node.NetworkView', {
plain: true, plain: true,
items: menu_items items: menu_items
} }
}, ' ', }, '-',
{ {
text: gettext('Revert'), text: gettext('Revert'),
handler: function() { handler: function() {
@ -298,7 +298,7 @@ Ext.define('Proxmox.node.NetworkView', {
}, },
edit_btn, edit_btn,
del_btn, del_btn,
' ', '-',
apply_btn apply_btn
], ],
items: [ items: [