mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 15:49:24 +00:00
ui: temporary disable repo config entry
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a2692d6bf6
commit
48dd979c4b
@ -244,6 +244,7 @@ Ext.define('PVE.node.Config', {
|
||||
nodename: nodename,
|
||||
});
|
||||
|
||||
if (false) { // eslint-disable-line no-constant-condition
|
||||
me.items.push({
|
||||
xtype: 'proxmoxNodeAPTRepositories',
|
||||
title: gettext('Repositories'),
|
||||
@ -252,6 +253,7 @@ Ext.define('PVE.node.Config', {
|
||||
nodename: nodename,
|
||||
groups: ['apt'],
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user