mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-03-07 16:55:05 +00:00
Compare commits
3 Commits
master
...
throughput
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32c1ff6cc9 | ||
|
|
41cf3cb788 | ||
|
|
aebaa34d83 |
@@ -546,9 +546,6 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
|
|||||||
<span style={{ float: "right" }}>
|
<span style={{ float: "right" }}>
|
||||||
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
||||||
</span>
|
</span>
|
||||||
<span style={{ float: "right" }} data-test="soft-allowed-maximum-throughput">
|
|
||||||
{this.props.softAllowedMaximumThroughput.toLocaleString(ThroughputInputAutoPilotV3Component.LOCALE_EN_US)}
|
|
||||||
</span>
|
|
||||||
</Stack.Item>
|
</Stack.Item>
|
||||||
</Stack>
|
</Stack>
|
||||||
<ProgressIndicator
|
<ProgressIndicator
|
||||||
|
|||||||
@@ -435,16 +435,6 @@ exports[`ThroughputInputAutoPilotV3Component autopilot input visible 1`] = `
|
|||||||
>
|
>
|
||||||
1,000,000
|
1,000,000
|
||||||
</span>
|
</span>
|
||||||
<span
|
|
||||||
data-test="soft-allowed-maximum-throughput"
|
|
||||||
style={
|
|
||||||
{
|
|
||||||
"float": "right",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
>
|
|
||||||
1,000,000
|
|
||||||
</span>
|
|
||||||
</StackItem>
|
</StackItem>
|
||||||
</Stack>
|
</Stack>
|
||||||
<StyledProgressIndicatorBase
|
<StyledProgressIndicatorBase
|
||||||
@@ -1043,16 +1033,6 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
|
|||||||
>
|
>
|
||||||
1,000,000
|
1,000,000
|
||||||
</span>
|
</span>
|
||||||
<span
|
|
||||||
data-test="soft-allowed-maximum-throughput"
|
|
||||||
style={
|
|
||||||
{
|
|
||||||
"float": "right",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
>
|
|
||||||
1,000,000
|
|
||||||
</span>
|
|
||||||
</StackItem>
|
</StackItem>
|
||||||
</Stack>
|
</Stack>
|
||||||
<StyledProgressIndicatorBase
|
<StyledProgressIndicatorBase
|
||||||
@@ -1629,16 +1609,6 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
|
|||||||
>
|
>
|
||||||
1,000,000
|
1,000,000
|
||||||
</span>
|
</span>
|
||||||
<span
|
|
||||||
data-test="soft-allowed-maximum-throughput"
|
|
||||||
style={
|
|
||||||
{
|
|
||||||
"float": "right",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
>
|
|
||||||
1,000,000
|
|
||||||
</span>
|
|
||||||
</StackItem>
|
</StackItem>
|
||||||
</Stack>
|
</Stack>
|
||||||
<StyledProgressIndicatorBase
|
<StyledProgressIndicatorBase
|
||||||
|
|||||||
Reference in New Issue
Block a user