webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js in katello-4.9.1 vs webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js in katello-4.9.2
- old
+ new
@@ -19,10 +19,10 @@
const urlValidated = (url === '' || isValidUrl(url, acsType)) ? 'default' : 'error';
const subPathValidated = areSubPathsValid(subpaths) ? 'default' : 'error';
const baseURLplaceholder = acsType === 'rhui' ?
'https://rhui-server.example.com/pulp/content' :
- 'http:// or https://';
+ 'http://, https:// or file://';
const helperTextInvalid = acsType === 'rhui' ?
'http://rhui-server.example.com/pulp/content or https://rhui-server.example.com/pulp/content' :
'http://, https:// or file://';
let headerDescription =
__('Enter in the base path and any subpaths that should be searched for alternate content.');