diff --git a/dashboard/mock_data.py b/dashboard/mock_data.py index 9e6598b..eb91535 100644 --- a/dashboard/mock_data.py +++ b/dashboard/mock_data.py @@ -21,7 +21,20 @@ def get_mock_context(): vram_total = pram_total * vram_overcommit_max # Two sample audits with serialized fields for JS - host_labels = ["compute-0", "compute-1", "compute-2", "compute-3", "compute-4", "compute-5", "compute-6", "compute-7", "compute-8", "compute-9", "compute-10", "compute-11"] + host_labels = [ + "compute-0", + "compute-1", + "compute-2", + "compute-3", + "compute-4", + "compute-5", + "compute-6", + "compute-7", + "compute-8", + "compute-9", + "compute-10", + "compute-11", + ] cpu_current = [45.2, 38.1, 52.0, 41.3, 29.8, 32.1, 36.4, 29.2, 42.2, 41.3, 28.3, 33.3] cpu_projected = [42.0, 40.0, 48.0, 44.0, 35.0, 46.0, 43.0, 43.0, 44.0, 48.0, 47.0, 49.0]