Skip to content

Commit 41d2305

Browse files
rueckstiesspzrq
authored andcommitted
use a : instead of a . to separate host and port. (#579)
1 parent c17b204 commit 41d2305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal-packages/sidebar/lib/components/sidebar-instance-properties.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SidebarInstanceProperties extends React.Component {
1111
return '';
1212
}
1313

14-
return `${instance.hostname}.${instance.port}`;
14+
return `${instance.hostname}:${instance.port}`;
1515
}
1616

1717
getVersionName() {

0 commit comments

Comments
 (0)