Skip to content

undefined in capacity bar decimal #1954

Description

@david-crespo
image

This is a v5 bug report. I thought this would be fixed with #1865, but v5 console is 02c6ce7, precisely the merge commit of #1865. I confirmed this is still possible on main with 86/1434.

diff --git a/libs/api-mocks/silo.ts b/libs/api-mocks/silo.ts
index 025cc528..15103773 100644
--- a/libs/api-mocks/silo.ts
+++ b/libs/api-mocks/silo.ts
@@ -40,7 +40,7 @@ export const defaultSilo = silos[0]
 export const siloQuotas: Json<SiloQuotas[]> = [
   {
     silo_id: silos[0].id,
-    cpus: 50,
+    cpus: 1434,
     memory: 300 * GiB,
     storage: 7 * TiB,
   },
@@ -58,7 +58,7 @@ export const siloQuotas: Json<SiloQuotas[]> = [
 export const siloProvisioned: Json<SiloQuotas[]> = [
   {
     silo_id: silos[0].id,
-    cpus: 30,
+    cpus: 86,
     memory: 234 * GiB,
     storage: 4.3 * TiB,
   },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions