mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
nit fix occupancy rate
This commit is contained in:
@@ -549,7 +549,7 @@
|
||||
{/if}
|
||||
</Cell>
|
||||
<Cell>
|
||||
{Math.ceil(occupancy_rate ?? 0 * 100)}%
|
||||
{Math.ceil((occupancy_rate ?? 0) * 100)}%
|
||||
</Cell>
|
||||
{/if}
|
||||
<Cell>
|
||||
|
||||
Reference in New Issue
Block a user