mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 17:18:33 +00:00
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!info.status) {
|
if (info.status) {
|
||||||
return Ext.String.format(gettext('{0} is already configured'), renderedValue);
|
return Ext.String.format(gettext('{0} is already configured'), renderedValue);
|
||||||
}
|
}
|
||||||
return valid;
|
return valid;
|
||||||
|
Loading…
Reference in New Issue
Block a user