mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
0e5d6fe8d8
@ -232,6 +232,9 @@ class SystemHealthCard extends LitElement {
|
|||||||
`System Health\n\n${haContent}\n\n${domainParts.join("\n\n")}`
|
`System Health\n\n${haContent}\n\n${domainParts.join("\n\n")}`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Remove temporary heading again
|
||||||
|
copyElement.removeChild(tempTitle);
|
||||||
|
|
||||||
this._toolTip!.show();
|
this._toolTip!.show();
|
||||||
setTimeout(() => this._toolTip?.hide(), 3000);
|
setTimeout(() => this._toolTip?.hide(), 3000);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user