mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 06:27:47 +00:00
Update message when no selection is made
This commit is contained in:
parent
51a2983310
commit
64533865b0
@ -201,7 +201,9 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
|
||||
></ha-circular-progress>
|
||||
</div>`
|
||||
: this._targetPickerValue === undefined
|
||||
? html`<div class="info">No selection made</div>`
|
||||
? html`<div class="info">
|
||||
Select what you would like to see history for above
|
||||
</div>`
|
||||
: html`
|
||||
<state-history-charts
|
||||
.hass=${this.hass}
|
||||
|
Loading…
x
Reference in New Issue
Block a user