File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/scripts/components/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 { 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 } >
You can’t perform that action at this time.
0 commit comments