Commit 31b846a3 authored by Jérome Perrin's avatar Jérome Perrin

Output_viewExitStatistics: update to new format

parent f458ece0
...@@ -90,6 +90,10 @@ ...@@ -90,6 +90,10 @@
}); });
} else { } else {
if (metric_value.length === 1) {
metric_value = metric_value[0];
}
if (typeof metric_value === "object") { if (typeof metric_value === "object") {
if (metric_value.ub === metric_value.lb) { if (metric_value.ub === metric_value.lb) {
metric_value = metric_value.ub; metric_value = metric_value.ub;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment