Merge pull request #3334 from loganhz/registry

Strip off https:// for private registry
This commit is contained in:
Vincent Fiduccia 2019-09-06 18:46:22 -07:00 committed by GitHub
commit 4820137ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -66,6 +66,11 @@ textarea:required {
box-shadow: none !important;
}
// Firefox fix to turn off the red box shadow on invalid fields
input:invalid {
box-shadow: initial;
}
input[type='text'],
input[type='password'],
input[type='number'],

View File

@ -81,7 +81,7 @@
urlWarning=(action (mut urlWarning))
urlError=(action (mut urlError))
value=privateRegistry.url
stripScheme=false
stripScheme=true
}}
{{/input-or-display}}
</CheckOverrideAllowed>