mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix manage cluster proxy settings (#3048)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
b3f8404250
commit
a320516963
@ -39,4 +39,8 @@
|
||||
--size: 70px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
a.interactive {
|
||||
cursor: pointer
|
||||
}
|
||||
}
|
||||
|
||||
@ -89,7 +89,7 @@ export class ClusterStatus extends React.Component<Props> {
|
||||
params: {
|
||||
entityId: this.props.clusterId,
|
||||
},
|
||||
fragment: "http-proxy",
|
||||
fragment: "Proxy",
|
||||
}));
|
||||
};
|
||||
|
||||
@ -132,12 +132,11 @@ export class ClusterStatus extends React.Component<Props> {
|
||||
onClick={this.reconnect}
|
||||
waiting={this.isReconnecting}
|
||||
/>
|
||||
<Button
|
||||
primary
|
||||
label="Manage Proxy Settings"
|
||||
className="box center"
|
||||
onClick={this.manageProxySettings}
|
||||
/>
|
||||
<a
|
||||
className="box center interactive"
|
||||
onClick={this.manageProxySettings}>
|
||||
Manage Proxy Settings
|
||||
</a>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user