fix: UI
This commit is contained in:
		@@ -174,12 +174,6 @@
 | 
			
		||||
						{usage?.cpu.count}
 | 
			
		||||
					</dd>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left">
 | 
			
		||||
					<dt class="truncate text-sm font-medium text-white">Load Average (5/10/30mins)</dt>
 | 
			
		||||
					<dd class="mt-1 text-3xl font-semibold text-white">
 | 
			
		||||
						{usage?.cpu.load.join('/')}
 | 
			
		||||
					</dd>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div
 | 
			
		||||
					class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left"
 | 
			
		||||
					class:bg-red-500={cpuWarning}
 | 
			
		||||
@@ -192,6 +186,12 @@
 | 
			
		||||
						{/if}
 | 
			
		||||
					</dd>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left">
 | 
			
		||||
					<dt class="truncate text-sm font-medium text-white">Load Average (5/10/30mins)</dt>
 | 
			
		||||
					<dd class="mt-1 text-3xl font-semibold text-white">
 | 
			
		||||
						{usage?.cpu.load.join('/')}
 | 
			
		||||
					</dd>
 | 
			
		||||
				</div>
 | 
			
		||||
			</dl>
 | 
			
		||||
			<dl class="relative mt-5 grid grid-cols-1 gap-5 sm:grid-cols-3">
 | 
			
		||||
				<div class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user