mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-08 16:23:40 +01:00
statusStyle
This commit is contained in:
parent
12e6b3dabb
commit
89c5d69372
@ -79,7 +79,7 @@ export default function Item({ service, group }) {
|
|||||||
<div className="absolute top-0 right-0 flex flex-row justify-end gap-2 mr-2 z-30 service-tags">
|
<div className="absolute top-0 right-0 flex flex-row justify-end gap-2 mr-2 z-30 service-tags">
|
||||||
{service.ping && (
|
{service.ping && (
|
||||||
<div className="flex-shrink-0 flex items-center justify-center service-tag service-ping">
|
<div className="flex-shrink-0 flex items-center justify-center service-tag service-ping">
|
||||||
<Ping group={group} service={service.name} style={service.pingStyle} />
|
<Ping group={group} service={service.name} style={service.statusStyle} />
|
||||||
<span className="sr-only">Ping status</span>
|
<span className="sr-only">Ping status</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user