mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 05:27:46 +00:00
Improved
This commit is contained in:
parent
346eb78c4e
commit
80bc6fda8b
@ -49,7 +49,7 @@ class HaLogbook extends LitElement {
|
|||||||
protected render(): TemplateResult {
|
protected render(): TemplateResult {
|
||||||
if (!this.entries?.length) {
|
if (!this.entries?.length) {
|
||||||
return html`
|
return html`
|
||||||
<div class=${classMap({ container: true, rtl: this._rtl })}>
|
<div class="container ${classMap({ rtl: this._rtl })}">
|
||||||
${this.hass.localize("ui.panel.logbook.entries_not_found")}
|
${this.hass.localize("ui.panel.logbook.entries_not_found")}
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user