We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541ed5b commit e71703eCopy full SHA for e71703e
dashboard.go
@@ -21,7 +21,7 @@ func (is *instanceSelector) beforeTableHTML() string {
21
sb.WriteString("<select id=\"instance-selector\">")
22
23
// Get current host:port
24
- currentHostPort := "localhost:" + strconv.Itoa(*httPort)
+ currentHostPort := "localhost:" + strconv.Itoa(is.current.Port)
25
26
for _, i := range instances {
27
instanceURL := "http://" + i.Host + ":" + strconv.Itoa(i.Port)
0 commit comments