Renamed metrics titles CPU(%) to CPU usage - same for memory

This commit is contained in:
ShadowArcanist
2025-09-19 23:19:24 +05:30
parent ee40fa0bef
commit cb7fbe9a71
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
<option value="10080">1 week</option>
<option value="43200">30 days</option>
</x-forms.select>
<h4 class="pt-4">CPU (%)</h4>
<h4 class="pt-4">CPU Usage</h4>
<div wire:ignore id="{!! $chartId !!}-cpu"></div>
<script>
@@ -149,7 +149,7 @@
</script>
<div>
<h4>Memory (%)</h4>
<h4>Memory Usage</h4>
<div wire:ignore id="{!! $chartId !!}-memory"></div>
<script>