Update status.jsx
This commit is contained in:
parent
f9282180db
commit
b2f26e1a43
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default function Status({ service }) {
|
|||
</div>
|
||||
}
|
||||
|
||||
if (data && data.status.includes("running")) {
|
||||
if (data && data.status?.includes("running")) {
|
||||
if (data.health === "starting") {
|
||||
return (
|
||||
<div className="w-auto px-1.5 py-0.5 text-center bg-theme-500/10 dark:bg-theme-900/50 rounded-b-[3px] overflow-hidden" title={data.health}>
|
||||
|
|
Loading…
Add table
Reference in a new issue