mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Also make Deployment scaling consistent.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
567b73c1a3
commit
faea7d92cf
@ -107,7 +107,7 @@ class NonInjectedDeploymentScaleDialog extends Component<DeploymentScaleDialogPr
|
|||||||
<Wizard
|
<Wizard
|
||||||
header={(
|
header={(
|
||||||
<h5>
|
<h5>
|
||||||
Scale Deployment
|
{"Scale Deployment "}
|
||||||
<span>{deployment.getName()}</span>
|
<span>{deployment.getName()}</span>
|
||||||
</h5>
|
</h5>
|
||||||
)}
|
)}
|
||||||
@ -138,16 +138,16 @@ class NonInjectedDeploymentScaleDialog extends Component<DeploymentScaleDialogPr
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="plus-minus-container flex gaps">
|
<div className="plus-minus-container flex gaps">
|
||||||
<Icon
|
|
||||||
material="add_circle_outline"
|
|
||||||
onClick={this.desiredReplicasUp}
|
|
||||||
data-testid="desired-replicas-up"
|
|
||||||
/>
|
|
||||||
<Icon
|
<Icon
|
||||||
material="remove_circle_outline"
|
material="remove_circle_outline"
|
||||||
onClick={this.desiredReplicasDown}
|
onClick={this.desiredReplicasDown}
|
||||||
data-testid="desired-replicas-down"
|
data-testid="desired-replicas-down"
|
||||||
/>
|
/>
|
||||||
|
<Icon
|
||||||
|
material="add_circle_outline"
|
||||||
|
onClick={this.desiredReplicasUp}
|
||||||
|
data-testid="desired-replicas-up"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{warning && (
|
{warning && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user