chore: remove stream capacity from client
This commit is contained in:
@@ -49,23 +49,6 @@ export function StreamsPage() {
|
|||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
|
|
||||||
{selectedNetwork && (
|
|
||||||
<div className="flex items-center gap-2">
|
|
||||||
<Progress
|
|
||||||
value={
|
|
||||||
(selectedNetwork.open_stream_count /
|
|
||||||
selectedNetwork.open_stream_capacity) *
|
|
||||||
100
|
|
||||||
}
|
|
||||||
className="h-1.5 w-24"
|
|
||||||
/>
|
|
||||||
<Muted className="text-xs">
|
|
||||||
{selectedNetwork.open_stream_count}/
|
|
||||||
{selectedNetwork.open_stream_capacity} streams
|
|
||||||
</Muted>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
|
|
||||||
<div className="flex-1" />
|
<div className="flex-1" />
|
||||||
|
|
||||||
{selectedNetworkId && (
|
{selectedNetworkId && (
|
||||||
|
|||||||
Reference in New Issue
Block a user