1
0
Fork 0
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:
andres-portainer 2022-02-02 20:35:56 -03:00 committed by GitHub
parent 3372f78cbf
commit 74a0d4c12e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
/>