Skip to content

Commit 4d7bdd8

Browse files
Merge branch '5.0' into 5.1
* 5.0: Handle fetch mode deprecation of DBAL 2.11. Fixed handling of CSRF logout error [WebProfilerBundle] changed label of memory usage in time panel (Mb into MiB) [DotEnv][WebLink][Templating][ErrorHandler] Updated README with minimal example
2 parents 561c518 + 80367b6 commit 4d7bdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Collector/time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class TimelineEngine {
9494

9595
createLabel(name, duration, memory, period) {
9696
const label = this.renderer.createText(name, period.start * this.scale, this.labelY, 'timeline-label');
97-
const sublabel = this.renderer.createTspan(` ${duration} ms / ${memory} Mb`, 'timeline-sublabel');
97+
const sublabel = this.renderer.createTspan(` ${duration} ms / ${memory} MiB`, 'timeline-sublabel');
9898

9999
label.appendChild(sublabel);
100100

0 commit comments

Comments
 (0)