mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-11 23:17:38 +01:00
Remove duplicate span for allowed maximum throughput
This commit is contained in:
-3
@@ -543,9 +543,6 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
|
|||||||
<span style={{ float: "left", transform: "translateX(-50%)" }}>
|
<span style={{ float: "left", transform: "translateX(-50%)" }}>
|
||||||
{this.props.instantMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
{this.props.instantMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
||||||
</span>
|
</span>
|
||||||
<span style={{ float: "right" }}>
|
|
||||||
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
|
||||||
</span>
|
|
||||||
<span style={{ float: "right" }} data-test="soft-allowed-maximum-throughput">
|
<span style={{ float: "right" }} data-test="soft-allowed-maximum-throughput">
|
||||||
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user