|
|
@ -76,7 +76,7 @@ export default function Item({ service, group }) {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
|
|
|
|
|
|
|
|
<div className="absolute top-0 right-0 w-1/2 flex flex-row justify-end gap-2 mr-2 z-30">
|
|
|
|
<div className="absolute top-0 right-0 w-1/2 flex flex-row justify-end gap-2 mr-2 z-30 pointer-events-none">
|
|
|
|
{service.ping && (
|
|
|
|
{service.ping && (
|
|
|
|
<div className="flex-shrink-0 flex items-center justify-center cursor-pointer">
|
|
|
|
<div className="flex-shrink-0 flex items-center justify-center cursor-pointer">
|
|
|
|
<Ping group={group} service={service.name} />
|
|
|
|
<Ping group={group} service={service.name} />
|
|
|
|