[pbs-devel] [PATCH v6 pve-manager 2/5] ui: add panel for listing APT repositories

Fabian Ebner f.ebner at proxmox.com
Fri Jun 11 13:44:15 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/manager6/node/Config.js | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 3c4079bb..b93a4eed 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -247,6 +247,17 @@ Ext.define('PVE.node.Config', {
 
 	if (caps.nodes['Sys.Audit']) {
 	    me.items.push(
+		{
+		    xtype: 'proxmoxNodeAPTRepositories',
+		    title: gettext('APT Repositories'),
+		    iconCls: 'fa fa-files-o',
+		    itemId: 'aptrepositories',
+		    nodename: nodename,
+		    // FIXME enable for the stable branch, once the release is available
+		    // and insert the link to the upgrade article
+		    majorUpgradeAllowed: false,
+		    majorUpgradeLink: 'FIXME',
+		},
 		{
 		    xtype: 'pveFirewallRules',
 		    iconCls: 'fa fa-shield',
-- 
2.20.1






More information about the pbs-devel mailing list