+ ${this.hass.localize(
+ "ui.components.logbook.entries_not_found"
+ )}
+
+ `}
+ diff --git a/src/panels/logbook/ha-logbook.ts b/src/panels/logbook/ha-logbook.ts index 0204f25d48..781e0fca98 100644 --- a/src/panels/logbook/ha-logbook.ts +++ b/src/panels/logbook/ha-logbook.ts @@ -22,7 +22,7 @@ import "../../components/ha-circular-progress"; import "../../components/ha-icon"; import "../../components/ha-relative-time"; import { LogbookEntry } from "../../data/logbook"; -import { haStyle } from "../../resources/styles"; +import { haStyle, haStyleScrollbar } from "../../resources/styles"; import { HomeAssistant } from "../../types"; @customElement("ha-logbook") @@ -81,7 +81,7 @@ class HaLogbook extends LitElement { return html`