mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<h3>Memory (MB)</h3>
|
||||
<h4>Memory (MB)</h4>
|
||||
<div wire:ignore id="{!! $chartId !!}-memory"></div>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue