1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Fix Functions Usage Chart Typo

This commit is contained in:
Bradley Schofield 2021-12-20 15:54:22 +00:00
parent 80cc823510
commit b38a9ec594

View file

@ -259,7 +259,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
<div class="box margin-bottom-small">
<div class="margin-start-negative-small margin-end-negative-small margin-top-negative-small margin-bottom-negative-small">
<div class="chart margin-bottom-no">
<input type="hidden" data-ls-bind="{{usage}}" data-forms-chart="CPU Time (seconds)=usage.compute.data" data-colors="orange" data-height="140" />
<input type="hidden" data-ls-bind="{{usage}}" data-forms-chart="CPU Time (milliseconds)=usage.compute.data" data-colors="orange" data-height="140" />
</div>
</div>
</div>