mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Improved
This commit is contained in:
parent
346eb78c4e
commit
80bc6fda8b
@ -49,7 +49,7 @@ class HaLogbook extends LitElement {
|
||||
protected render(): TemplateResult {
|
||||
if (!this.entries?.length) {
|
||||
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")}
|
||||
</div>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user