mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 23:07:47 +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,
|
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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user