[pve-devel] applied: [PATCH installer] fix #3223: fix hardcoded port value in success page html

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Dec 31 10:32:05 CET 2020


applied

On Wed, Dec 30, 2020 at 09:42:16AM +0100, Oguz Bektas wrote:
> ---
>  html-common/success.htm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html-common/success.htm b/html-common/success.htm
> index 218ecff..5dc398a 100644
> --- a/html-common/success.htm
> +++ b/html-common/success.htm
> @@ -20,7 +20,7 @@
>          <td valign="top" width="30"><img src="plus.png"></td>
>          <td valign="top" width="560">
>              <b>Next steps</b><br><br>
> -            Reboot and point your web browser to the selected IP address on port 8007:<br><br>
> +            Reboot and point your web browser to the selected IP address on port __PORT__:<br><br>
>              https://__IPADDR__:__PORT__
>            <br><br>
>            Also visit <a href="https://www.proxmox.com">www.proxmox.com</a> for more information.
> -- 
> 2.20.1





More information about the pve-devel mailing list