Skip to content

Commit 926de88

Browse files
committed
Fix ellipsising direction for Docker attach targets
1 parent f6513fa commit 926de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/intercept/config/docker-attach-config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class DockerAttachConfig extends React.Component<{
104104
<InterceptionTargetList
105105
spinnerText='Looking for Docker containers to intercept...'
106106
interceptTarget={this.interceptTarget}
107-
ellipseDirection='right'
107+
ellipseDirection='left'
108108
targets={targets.map((target) => {
109109
const activating = this.inProgressIds.includes(target.id);
110110
const interceptedByUs = target.labels[CONTAINER_PROXY_LABEL] === proxyPort.toString();

0 commit comments

Comments
 (0)