mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(endpoint handler): fix endpoint address(url) parsing EE-3081] (#7408)
fix address validation when creating agent endpoint
This commit is contained in:
parent
0141e55936
commit
4e9b3a8940
3 changed files with 12 additions and 2 deletions
|
@ -8,10 +8,11 @@ export function EnvironmentUrlField() {
|
|||
|
||||
return (
|
||||
<FormControl
|
||||
label="Environment URL"
|
||||
label="Environment address"
|
||||
errors={meta.error}
|
||||
required
|
||||
inputId="environment-url-field"
|
||||
tooltip="A host:port combination. The host can be either an IP address or a host name."
|
||||
>
|
||||
<Field
|
||||
id="environment-url-field"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue