mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +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'),
|
||||||
@ -254,6 +255,7 @@ Ext.define('PVE.node.Config', {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (caps.nodes['Sys.Audit']) {
|
if (caps.nodes['Sys.Audit']) {
|
||||||
me.items.push(
|
me.items.push(
|
||||||
|
Loading…
Reference in New Issue
Block a user