Fixed Memory title on app metrics being larger than CPU title
This commit is contained in:
parent
610ef31034
commit
a0f4566580
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class="pt-5">
|
|||
});
|
||||
</script>
|
||||
|
||||
<h3>Memory (MB)</h3>
|
||||
<h4>Memory (MB)</h4>
|
||||
<div wire:ignore id="{!! $chartId !!}-memory"></div>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue