We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I add one character hostname like "a" or "f", this application alert Please enter a valid hostname. But when hostname is "g", it is not alerted.
Please enter a valid hostname
"aaaa" is bad, "aaaaa" is good. "aaaf" is bad, "aaag" is good.
It strange to me.
The text was updated successfully, but these errors were encountered:
hostname aqui tienes un ejemplo:
Sorry, something went wrong.
Ok thanks for reporting!
@tasuku-s Cannot reproduce this in version 1.4.3.
Update: Just noticed that 1.4.3 does not check hostnames and ip addresses directly after editing. "Validates immediately" is false.
No branches or pull requests
When I add one character hostname like "a" or "f", this application alert
Please enter a valid hostname
.But when hostname is "g", it is not alerted.
"aaaa" is bad, "aaaaa" is good.
"aaaf" is bad, "aaag" is good.
It strange to me.
The text was updated successfully, but these errors were encountered: