mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Logs are default
This commit is contained in:
parent
454f852531
commit
6e49d79538
@ -54,11 +54,6 @@ class HaConfigSystemNavigation extends LitElement {
|
||||
let description = "";
|
||||
|
||||
switch (page.translationKey) {
|
||||
case "logs":
|
||||
description = this.hass.localize(
|
||||
"ui.panel.config.logs.description"
|
||||
);
|
||||
break;
|
||||
case "backup":
|
||||
description = this._latestBackupDate
|
||||
? this.hass.localize(
|
||||
|
Loading…
x
Reference in New Issue
Block a user