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 (
|
||||
<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}
|
||||
>
|
||||
{style !== "dot" ? (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user