1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix link to proxy settings

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-15 08:36:23 -04:00
parent 72796d5813
commit fde4eb19d0

View File

@ -90,7 +90,7 @@ export class ClusterStatus extends React.Component<Props> {
params: { params: {
entityId: this.props.clusterId, entityId: this.props.clusterId,
}, },
fragment: "Proxy", fragment: "proxy",
})); }));
}; };