1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(edge): fix edge URL placeholder EE-2598 (#7459)

This commit is contained in:
matias-portainer 2022-08-22 10:13:01 -03:00 committed by GitHub
parent c6f7427283
commit 3a324acb0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ export function PortainerUrlField({ fieldName, readonly }: Props) {
id={id}
name={fieldName}
as={Input}
placeholder="e.g. 10.0.0.10:9443 or portainer.mydomain.com"
placeholder="e.g. https://10.0.0.10:9443 or https://portainer.mydomain.com"
required
data-cy="endpointCreate-portainerServerUrlInput"
readOnly={readonly}