fix: UI
This commit is contained in:
		@@ -174,12 +174,6 @@
 | 
				
			|||||||
						{usage?.cpu.count}
 | 
											{usage?.cpu.count}
 | 
				
			||||||
					</dd>
 | 
										</dd>
 | 
				
			||||||
				</div>
 | 
									</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
 | 
									<div
 | 
				
			||||||
					class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left"
 | 
										class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left"
 | 
				
			||||||
					class:bg-red-500={cpuWarning}
 | 
										class:bg-red-500={cpuWarning}
 | 
				
			||||||
@@ -192,6 +186,12 @@
 | 
				
			|||||||
						{/if}
 | 
											{/if}
 | 
				
			||||||
					</dd>
 | 
										</dd>
 | 
				
			||||||
				</div>
 | 
									</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>
 | 
				
			||||||
			<dl class="relative mt-5 grid grid-cols-1 gap-5 sm:grid-cols-3">
 | 
								<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">
 | 
									<div class="overflow-hidden rounded px-4 py-5 text-center sm:p-6 sm:text-left">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user