Commit 135e917c authored by Jérome Perrin's avatar Jérome Perrin

display a better label for TAKT time

parent 7297f6d9
...@@ -646,6 +646,9 @@ ...@@ -646,6 +646,9 @@
if (metric == "lifespan" ){ if (metric == "lifespan" ){
metric = "Cycle Time" metric = "Cycle Time"
} }
if (metric == "takt_time" ){
metric = "Average Departure Rate"
}
text += "<tr><td>" + metric + "</td><td>" + value + "</td></tr>"; text += "<tr><td>" + metric + "</td><td>" + value + "</td></tr>";
} }
}) })
......
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