- {workspace.sshPort ? (
- <>
-
-
{workspace.sshPort}
- >
- ) : null}
- {workspace?.ports?.map(({ port, subdomain }) => (
-
-
- {port}
-
- ))}
+
+
+ {workspace.sshPort ? (
+ <>
+
+
{workspace.sshPort}
+ >
+ ) : null}
+
+
+
+ Forwarded ports
+
+
+ {workspace?.ports?.map(({ port, subdomain }) => (
+
+
+
+
+ ))}
+
);
@@ -314,7 +323,7 @@ function PortEntry() {
if (!isAddingPort) {
return (