parent
72f545259f
commit
ad6e9f076b
5 changed files with 61 additions and 71 deletions
|
@ -72,7 +72,7 @@ const ServerDetailsBlock = ({ className }: { className?: string }) => {
|
|||
|
||||
return (
|
||||
<div className={classNames('grid grid-cols-6 gap-2 md:gap-4', className)}>
|
||||
<StatBlock icon={faWifi} title={'Address'}>
|
||||
<StatBlock icon={faWifi} title={'Address'} copyOnClick={allocation}>
|
||||
{allocation}
|
||||
</StatBlock>
|
||||
<StatBlock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue