-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
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
fix: upstream host form warning message #1782
Conversation
Signed-off-by: EricSyh <[email protected]>
Deploy preview for apisix-dashboard ready! Built with commit 00cf1ed |
Signed-off-by: EricSyh <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1782 +/- ##
=======================================
Coverage 72.12% 72.12%
=======================================
Files 125 125
Lines 2906 2906
Branches 699 699
=======================================
Hits 2096 2096
Misses 810 810
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: EricSyh [email protected]
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
The warning message of host form on upstream/services create pages uses raw regexp as below which is unfriendly to users.
So i modified nodes component under upstream to add an easy-to-understand warning message look like:
Related issues
No related issues.
Checklist: