public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer] fix #3223: fix hardcoded port value in success page html
@ 2020-12-30  8:42 Oguz Bektas
  2020-12-31  9:32 ` [pve-devel] applied: " Wolfgang Bumiller
  0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2020-12-30  8:42 UTC (permalink / raw)
  To: pve-devel

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-31  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30  8:42 [pve-devel] [PATCH installer] fix #3223: fix hardcoded port value in success page html Oguz Bektas
2020-12-31  9:32 ` [pve-devel] applied: " Wolfgang Bumiller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal