Also add docker-status-* class
This commit is contained in:
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…
Reference in New Issue
Block a user