mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 07:18:24 +00:00
node network: add separators in top bar
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2877ddea0b
commit
1cf31d6bac
@ -279,7 +279,7 @@ Ext.define('Proxmox.node.NetworkView', {
|
||||
plain: true,
|
||||
items: menu_items
|
||||
}
|
||||
}, ' ',
|
||||
}, '-',
|
||||
{
|
||||
text: gettext('Revert'),
|
||||
handler: function() {
|
||||
@ -298,7 +298,7 @@ Ext.define('Proxmox.node.NetworkView', {
|
||||
},
|
||||
edit_btn,
|
||||
del_btn,
|
||||
' ',
|
||||
'-',
|
||||
apply_btn
|
||||
],
|
||||
items: [
|
||||
|
Loading…
Reference in New Issue
Block a user