mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 15:28:05 +01:00
fixed test issue
This commit is contained in:
parent
89cea73f19
commit
674057d1d6
@ -499,13 +499,13 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
|
||||
<Stack>
|
||||
<Stack horizontal>
|
||||
<Stack.Item style={{ width: "34%" }}>
|
||||
<span>{this.props.minimum.toLocaleString()}</span>
|
||||
<span>{this.props.minimum.toLocaleString('en-US')}</span>
|
||||
</Stack.Item>
|
||||
<Stack.Item style={{ width: "66%" }}>
|
||||
<span style={{ float: "left", transform: "translateX(-50%)" }}>
|
||||
{this.props.instantMaximumThroughput.toLocaleString()}
|
||||
{this.props.instantMaximumThroughput.toLocaleString('en-US')}
|
||||
</span>
|
||||
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString()}</span>
|
||||
<span style={{ float: "right" }}>{this.props.softAllowedMaximumThroughput.toLocaleString('en-US')}</span>
|
||||
</Stack.Item>
|
||||
</Stack>
|
||||
<ProgressIndicator
|
||||
|
@ -419,7 +419,7 @@ exports[`ThroughputInputAutoPilotV3Component autopilot input visible 1`] = `
|
||||
}
|
||||
}
|
||||
>
|
||||
10,00,000
|
||||
1,000,000
|
||||
</span>
|
||||
</StackItem>
|
||||
</Stack>
|
||||
@ -986,7 +986,7 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
|
||||
}
|
||||
}
|
||||
>
|
||||
10,00,000
|
||||
1,000,000
|
||||
</span>
|
||||
</StackItem>
|
||||
</Stack>
|
||||
@ -1531,7 +1531,7 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
|
||||
}
|
||||
}
|
||||
>
|
||||
10,00,000
|
||||
1,000,000
|
||||
</span>
|
||||
</StackItem>
|
||||
</Stack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user