mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(fdo): change 'http' to 'https' in the placeholder text EE-2479 (#6516)
This commit is contained in:
parent
3372f78cbf
commit
74a0d4c12e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
ng-model="formValues.PortainerURL"
|
||||
ng-required="state.vouchersUploaded"
|
||||
ng-disabled="!state.vouchersUploaded"
|
||||
placeholder="e.g. http://10.0.0.10:9443"
|
||||
placeholder="e.g. https://10.0.0.10:9443"
|
||||
required
|
||||
data-cy="deviceImport-portainerServerUrlInput"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue