]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/BackupConfiguration.js
quarantines: add support for a theme toggle
[pmg-gui.git] / js / BackupConfiguration.js
index 35b50a45823c3c030ac160a6f9d23e7d40a87264..e21771ffcba3f25fd725f0e19bd2eb46cb459275 100644 (file)
@@ -13,6 +13,11 @@ Ext.define('PMG.BackupConfiguration', {
            title: gettext('Local Backup/Restore'),
            xtype: 'pmgBackupRestore',
        },
+       {
+           itemId: 'proxmoxbackupserver',
+           title: 'Proxmox Backup Server',
+           xtype: 'pmgPBSConfig',
+       },
    ],
 });