[pve-devel] [PATCH installer] fix #3223: fix hardcoded port value in success page html
Oguz Bektas
o.bektas at proxmox.com
Wed Dec 30 09:42:16 CET 2020
---
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