Merge pull request #1925 from Sir3lit/patch-1

Update ServerConsole.tsx
This commit is contained in:
Dane Everitt
2020-04-13 20:38:39 -07:00
committed by GitHub

View File

@@ -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'}
/>
&nbsp;{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}>