mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-16 21:01:46 +00:00
add Updates panel (APT interface).
This commit is contained in:
parent
087dc38ec6
commit
81c250bdcd
@ -24,9 +24,18 @@ Ext.define('PMG.ServerAdministration', {
|
|||||||
nodename: Proxmox.NodeName
|
nodename: Proxmox.NodeName
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
xtype: 'proxmoxNodeAPT',
|
||||||
title: gettext('Updates'),
|
title: gettext('Updates'),
|
||||||
|
upgradeBtn: {
|
||||||
|
xtype: 'button',
|
||||||
|
disabled: !(Proxmox.UserName && Proxmox.UserName === 'root@pam'),
|
||||||
|
text: gettext('Upgrade'),
|
||||||
|
handler: function() {
|
||||||
|
PMG.Utils.openVNCViewer('upgrade', Proxmox.NodeName);
|
||||||
|
}
|
||||||
|
},
|
||||||
itemId: 'updates',
|
itemId: 'updates',
|
||||||
html: "Server Administration2"
|
nodename: Proxmox.NodeName
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxLogView',
|
xtype: 'proxmoxLogView',
|
||||||
|
Loading…
Reference in New Issue
Block a user