commit
b95ec0ca41
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ export default () => {
|
|||
className={'mr-1'}
|
||||
/>
|
||||
{bytesToHuman(memory)}
|
||||
<span className={'text-neutral-500'}>/ {server.limits.memory} MB</span>
|
||||
<span className={'text-neutral-500'}> / {server.limits.memory} MB</span>
|
||||
</p>
|
||||
<p className={'text-xs mt-2'}>
|
||||
<FontAwesomeIcon
|
||||
|
@ -119,7 +119,7 @@ export default () => {
|
|||
className={'mr-1'}
|
||||
/>
|
||||
{bytesToHuman(disk)}
|
||||
<span className={'text-neutral-500'}>/ {server.limits.disk} MB</span>
|
||||
<span className={'text-neutral-500'}> / {server.limits.disk} MB</span>
|
||||
</p>
|
||||
</TitledGreyBox>
|
||||
<Can action={[ 'control.start', 'control.stop', 'control.restart' ]} matchAny={true}>
|
||||
|
|
Loading…
Reference in a new issue