1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Merge pull request #2517 from PineappleIOnic/fix-functions-usage-typo

Fix Functions Usage Chart Typo
This commit is contained in:
Eldad A. Fux 2021-12-21 00:37:56 +02:00 committed by GitHub
commit 2bc1ccfd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>