[pbs-devel] [PATCH v6 proxmox-backup 3/6] ui: add APT repositories
Fabian Ebner
f.ebner at proxmox.com
Fri Jun 11 13:44:06 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
Changes from v5:
* add reminder comment to allow release upgrade and to insert the link to
the upgrade article
www/ServerAdministration.js | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/www/ServerAdministration.js b/www/ServerAdministration.js
index 0d803ac4..4ea6b275 100644
--- a/www/ServerAdministration.js
+++ b/www/ServerAdministration.js
@@ -53,6 +53,17 @@ Ext.define('PBS.ServerAdministration', {
itemId: 'updates',
nodename: 'localhost',
},
+ {
+ xtype: 'proxmoxNodeAPTRepositories',
+ title: gettext('Repositories'),
+ iconCls: 'fa fa-files-o',
+ itemId: 'aptrepositories',
+ nodename: 'localhost',
+ // FIXME enable for the stable branch, once the release is available
+ // and insert the link to the upgrade article
+ majorUpgradeAllowed: false,
+ majorUpgradeLink: "FIXME",
+ },
{
xtype: 'proxmoxJournalView',
itemId: 'logs',
--
2.20.1
More information about the pbs-devel
mailing list