mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:45:15 +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,
|
nodename: nodename,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (false) { // eslint-disable-line no-constant-condition
|
||||||
me.items.push({
|
me.items.push({
|
||||||
xtype: 'proxmoxNodeAPTRepositories',
|
xtype: 'proxmoxNodeAPTRepositories',
|
||||||
title: gettext('Repositories'),
|
title: gettext('Repositories'),
|
||||||
@ -252,6 +253,7 @@ Ext.define('PVE.node.Config', {
|
|||||||
nodename: nodename,
|
nodename: nodename,
|
||||||
groups: ['apt'],
|
groups: ['apt'],
|
||||||
});
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user