mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 23:38:45 +01:00
fixed test issue
This commit is contained in:
parent
674057d1d6
commit
2542f25299
@ -499,13 +499,13 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
|
|||||||
<Stack>
|
<Stack>
|
||||||
<Stack horizontal>
|
<Stack horizontal>
|
||||||
<Stack.Item style={{ width: "34%" }}>
|
<Stack.Item style={{ width: "34%" }}>
|
||||||
<span>{this.props.minimum.toLocaleString('en-US')}</span>
|
<span>{this.props.minimum.toLocaleString("en-US")}</span>
|
||||||
</Stack.Item>
|
</Stack.Item>
|
||||||
<Stack.Item style={{ width: "66%" }}>
|
<Stack.Item style={{ width: "66%" }}>
|
||||||
<span style={{ float: "left", transform: "translateX(-50%)" }}>
|
<span style={{ float: "left", transform: "translateX(-50%)" }}>
|
||||||
{this.props.instantMaximumThroughput.toLocaleString('en-US')}
|
{this.props.instantMaximumThroughput.toLocaleString("en-US")}
|
||||||
</span>
|
</span>
|
||||||
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString('en-US')}</span>
|
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString("en-US")}</span>
|
||||||
</Stack.Item>
|
</Stack.Item>
|
||||||
</Stack>
|
</Stack>
|
||||||
<ProgressIndicator
|
<ProgressIndicator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user