mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 17:29:39 +02:00
fix(edge): fix edge URL placeholder EE-2598 (#7459)
This commit is contained in:
parent
c6f7427283
commit
3a324acb0e
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
required
|
required
|
||||||
auto-focus
|
auto-focus
|
||||||
data-cy="edgeGroupCreate-groupNameInput"
|
data-cy="edgeGroupCreate-groupNameInput"
|
||||||
placeholder="e.g. mystack"
|
placeholder="e.g. mygroup"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -45,7 +45,7 @@ export function PortainerUrlField({ fieldName, readonly }: Props) {
|
||||||
id={id}
|
id={id}
|
||||||
name={fieldName}
|
name={fieldName}
|
||||||
as={Input}
|
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
|
required
|
||||||
data-cy="endpointCreate-portainerServerUrlInput"
|
data-cy="endpointCreate-portainerServerUrlInput"
|
||||||
readOnly={readonly}
|
readOnly={readonly}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue