summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/util
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-10 14:46:09 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-10 15:29:24 +0200
commit4ebe2f28ba940aabdaa1f57653fbe86a91582ebd (patch)
treea54e3f9d3a44a0248ef1b17430eed9b5d47ff5de /opendc-web/opendc-web-ui/src/util
parent70630a40b54218ab8f8fd7a5e2dfb424d3dec378 (diff)
fix(web/ui): Fix UnitInfo popover
This change addresses an issue with the topology sidebar where hovering a CPU or GPU would not present the correct information due to bug.
Diffstat (limited to 'opendc-web/opendc-web-ui/src/util')
-rw-r--r--opendc-web/opendc-web-ui/src/util/available-metrics.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/opendc-web/opendc-web-ui/src/util/available-metrics.js b/opendc-web/opendc-web-ui/src/util/available-metrics.js
index e6bb902f..fda6cd4d 100644
--- a/opendc-web/opendc-web-ui/src/util/available-metrics.js
+++ b/opendc-web/opendc-web-ui/src/util/available-metrics.js
@@ -95,8 +95,7 @@ export const METRIC_DESCRIPTIONS = {
max_num_deployed_images: 'The maximum number of virtual machines deployed at any time.',
total_failure_vm_slices: 'The total amount of CPU clock cycles lost due to failure.',
total_vms_submitted: 'The number of virtual machines scheduled by the compute service.',
- total_vms_queued:
- 'The number of virtual machines still waiting to be scheduled by the compute service.',
+ total_vms_queued: 'The number of virtual machines still waiting to be scheduled by the compute service.',
total_vms_finished: 'The number of virtual machines that completed.',
total_vms_failed: 'The number of virtual machines that could not be scheduled.',
}