We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df0feb commit 917a1e8Copy full SHA for 917a1e8
resources/scripts/components/server/ServerConsole.tsx
@@ -115,16 +115,16 @@ export default () => {
115
className={'mr-1'}
116
/>
117
{bytesToHuman(memory)}
118
- {memorylimit}
119
- </p>
+ <span className={'text-neutral-500'}> / {memorylimit}</span>
+ </p>
120
<p className={'text-xs mt-2'}>
121
<FontAwesomeIcon
122
icon={faHdd}
123
fixedWidth={true}
124
125
126
{bytesToHuman(disk)}
127
- {disklimit}
+ <span className={'text-neutral-500'}> / {disklimit}</span>
128
</p>
129
</TitledGreyBox>
130
{!server.isInstalling ?
0 commit comments