mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Remove refresh button from history panel (#19631)
This commit is contained in:
parent
259a9a4f58
commit
e478038206
@ -1,4 +1,4 @@
|
||||
import { mdiDownload, mdiFilterRemove, mdiRefresh } from "@mdi/js";
|
||||
import { mdiDownload, mdiFilterRemove } from "@mdi/js";
|
||||
import { differenceInHours } from "date-fns/esm";
|
||||
import {
|
||||
HassServiceTarget,
|
||||
@ -166,13 +166,6 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
|
||||
></ha-icon-button>
|
||||
`
|
||||
: ""}
|
||||
<ha-icon-button
|
||||
slot="actionItems"
|
||||
@click=${this._getHistory}
|
||||
.disabled=${this._isLoading || !this._targetPickerValue}
|
||||
.path=${mdiRefresh}
|
||||
.label=${this.hass.localize("ui.common.refresh")}
|
||||
></ha-icon-button>
|
||||
<ha-icon-button
|
||||
slot="actionItems"
|
||||
@click=${this._downloadHistory}
|
||||
|
Loading…
x
Reference in New Issue
Block a user