From 2ed4052162e2fcfa49f55cdd7f77cc2595526169 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 21 Jul 2020 15:50:20 +0200 Subject: Fix overflow and rearrange --- frontend/src/util/available-metrics.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/util/available-metrics.js') diff --git a/frontend/src/util/available-metrics.js b/frontend/src/util/available-metrics.js index 6522a849..07f46456 100644 --- a/frontend/src/util/available-metrics.js +++ b/frontend/src/util/available-metrics.js @@ -1,14 +1,14 @@ export const AVAILABLE_METRICS = [ 'total_overcommitted_burst', + 'total_power_draw', + 'total_failure_vm_slices', 'total_granted_burst', - 'total_requested_burst', 'total_interfered_burst', - 'total_power_draw', + 'total_requested_burst', 'mean_cpu_usage', 'mean_cpu_demand', 'mean_num_deployed_images', 'max_num_deployed_images', - 'total_failure_vm_slices', 'total_vms_submitted', 'total_vms_queued', 'total_vms_finished', -- cgit v1.2.3