mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-05-28 08:21:32 +00:00
server status: add button to show package version window
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3cc0ec1b17
commit
c621e29b5e
2
debian/control
vendored
2
debian/control
vendored
@ -14,6 +14,6 @@ Depends: fonts-font-awesome,
|
|||||||
libjs-extjs (>= 6.0.1),
|
libjs-extjs (>= 6.0.1),
|
||||||
libjs-framework7 (>= 4.1.1),
|
libjs-framework7 (>= 4.1.1),
|
||||||
pmg-i18n,
|
pmg-i18n,
|
||||||
proxmox-widget-toolkit (>= 3.3-3),
|
proxmox-widget-toolkit (>= 3.3-5),
|
||||||
Description: Proxmox Mail Gateway web interface
|
Description: Proxmox Mail Gateway web interface
|
||||||
Graphical user interface for the Proxmox Mail Gateway.
|
Graphical user interface for the Proxmox Mail Gateway.
|
||||||
|
@ -46,6 +46,15 @@ Ext.define('PMG.ServerStatus', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
tbar: [
|
tbar: [
|
||||||
|
{
|
||||||
|
text: gettext('Package versions'),
|
||||||
|
iconCls: 'fa fa-gift',
|
||||||
|
handler: () => Proxmox.Utils.checked_command(() => {
|
||||||
|
Ext.create('Proxmox.window.PackageVersions', {
|
||||||
|
autoShow: true,
|
||||||
|
});
|
||||||
|
}),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: gettext("Console"),
|
text: gettext("Console"),
|
||||||
iconCls: 'fa fa-terminal',
|
iconCls: 'fa fa-terminal',
|
||||||
|
Loading…
Reference in New Issue
Block a user