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 f6513fa commit 926de88Copy full SHA for 926de88
src/components/intercept/config/docker-attach-config.tsx
@@ -104,7 +104,7 @@ class DockerAttachConfig extends React.Component<{
104
<InterceptionTargetList
105
spinnerText='Looking for Docker containers to intercept...'
106
interceptTarget={this.interceptTarget}
107
- ellipseDirection='right'
+ ellipseDirection='left'
108
targets={targets.map((target) => {
109
const activating = this.inProgressIds.includes(target.id);
110
const interceptedByUs = target.labels[CONTAINER_PROXY_LABEL] === proxyPort.toString();
0 commit comments