Skip to content

Commit 4fee35e

Browse files
Update ServerConsole.tsx
Added spaces to be properly spaced apart from current usage
1 parent 4193c5f commit 4fee35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/scripts/components/server/ServerConsole.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default () => {
110110
className={'mr-1'}
111111
/>
112112
 {bytesToHuman(memory)}
113-
<span className={'text-neutral-500'}>/ {server.limits.memory} MB</span>
113+
<span className={'text-neutral-500'}> / {server.limits.memory} MB</span>
114114
</p>
115115
<p className={'text-xs mt-2'}>
116116
<FontAwesomeIcon
@@ -119,7 +119,7 @@ export default () => {
119119
className={'mr-1'}
120120
/>
121121
&nbsp;{bytesToHuman(disk)}
122-
<span className={'text-neutral-500'}>/ {server.limits.disk} MB</span>
122+
<span className={'text-neutral-500'}> / {server.limits.disk} MB</span>
123123
</p>
124124
</TitledGreyBox>
125125
<Can action={[ 'control.start', 'control.stop', 'control.restart' ]} matchAny={true}>

0 commit comments

Comments
 (0)