]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ServerStatus.js
quarantine list: cope with undefined mail value
[pmg-gui.git] / js / ServerStatus.js
index 0df55173f1d04292b0ca327f0c4383cb7273f857..f7d79e90ee03d3540ab1b65df06027b60f9e9004 100644 (file)
@@ -46,6 +46,15 @@ Ext.define('PMG.ServerStatus', {
     },
 
     tbar: [
+       {
+           text: gettext('Package versions'),
+           iconCls: 'fa fa-gift',
+           handler: () => Proxmox.Utils.checked_command(() => {
+               Ext.create('Proxmox.window.PackageVersions', {
+                   autoShow: true,
+               });
+           }),
+       },
        {
            text: gettext("Console"),
            iconCls: 'fa fa-terminal',