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

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