mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #1011 from ryanpetrello/fix-1010
don't require an IRC password in the notification UI
This commit is contained in:
@@ -61,7 +61,7 @@ function (i18n) {
|
|||||||
obj.portLabel = ' ' + i18n._('IRC Server Port');
|
obj.portLabel = ' ' + i18n._('IRC Server Port');
|
||||||
obj.passwordLabel = ' ' + i18n._('IRC Server Password');
|
obj.passwordLabel = ' ' + i18n._('IRC Server Password');
|
||||||
obj.irc_required = true;
|
obj.irc_required = true;
|
||||||
obj.password_required = true;
|
obj.password_required = false;
|
||||||
obj.port_required = true;
|
obj.port_required = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user