Also add docker-status-* class

pull/3028/head
shamoon 3 months ago
parent d4f60a41bb
commit eebf03a657

@ -54,7 +54,9 @@ export default function Status({ service, style }) {
return ( return (
<div <div
className={`w-auto text-center overflow-hidden ${backgroundClass} rounded-b-[3px] docker-status`} className={`w-auto text-center overflow-hidden ${backgroundClass} rounded-b-[3px] docker-status docker-status-${statusLabel
.toLowerCase()
.replace(" ", "-")}`}
title={statusTitle} title={statusTitle}
> >
{style !== "dot" ? ( {style !== "dot" ? (

Loading…
Cancel
Save