Thanks to visit codestin.com Credit goes to github.com
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 fd8010c commit 60f3351Copy full SHA for 60f3351
site/src/modules/resources/PortForwardButton.tsx
@@ -381,7 +381,7 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
381
<HelpTooltipTitle>Shared Ports</HelpTooltipTitle>
382
<HelpTooltipText css={{ color: theme.palette.text.secondary }}>
383
{canSharePorts
384
- ? "Ports can be shared with other Coder users or with the public."
+ ? "Ports can be shared with other Coder users or with the public. Changing the protocol may take up to 1 minute to take effect."
385
: "This workspace template does not allow sharing ports. Contact a template administrator to enable port sharing."}
386
</HelpTooltipText>
387
{canSharePorts && (
0 commit comments