node: repos: fix reversed validation on configured
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d7aeb02f3e
commit
58b7186065
@ -74,7 +74,7 @@ Ext.define('Proxmox.window.APTRepositoryAdd', {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!info.status) {
|
||||
if (info.status) {
|
||||
return Ext.String.format(gettext('{0} is already configured'), renderedValue);
|
||||
}
|
||||
return valid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user