Skip to content

Commit 917a1e8

Browse files
Update ServerConsole.tsx
1 parent 3df0feb commit 917a1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/scripts/components/server/ServerConsole.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@ export default () => {
115115
className={'mr-1'}
116116
/>
117117
 {bytesToHuman(memory)}
118-
{memorylimit}
119-
</p>
118+
<span className={'text-neutral-500'}> / {memorylimit}</span>
119+
</p>
120120
<p className={'text-xs mt-2'}>
121121
<FontAwesomeIcon
122122
icon={faHdd}
123123
fixedWidth={true}
124124
className={'mr-1'}
125125
/>
126126
&nbsp;{bytesToHuman(disk)}
127-
{disklimit}
127+
<span className={'text-neutral-500'}> / {disklimit}</span>
128128
</p>
129129
</TitledGreyBox>
130130
{!server.isInstalling ?

0 commit comments

Comments
 (0)