mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-15 12:59:37 +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
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxNodeAPT',
|
||||
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',
|
||||
html: "Server Administration2"
|
||||
nodename: Proxmox.NodeName
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxLogView',
|
||||
|
Loading…
Reference in New Issue
Block a user