mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Uses information-outline icon for entity more info link (#4016)
This commit is contained in:
parent
c9242a5075
commit
8eca956cd1
@ -81,7 +81,7 @@ export class HaDeviceEntitiesCard extends LitElement {
|
|||||||
? html`
|
? html`
|
||||||
<paper-icon-button
|
<paper-icon-button
|
||||||
@click=${this._openMoreInfo}
|
@click=${this._openMoreInfo}
|
||||||
icon="hass:open-in-new"
|
icon="hass:information-outline"
|
||||||
></paper-icon-button>
|
></paper-icon-button>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
@ -144,7 +144,7 @@ class HaPanelDevState extends EventsMixin(PolymerElement) {
|
|||||||
<td>
|
<td>
|
||||||
<paper-icon-button
|
<paper-icon-button
|
||||||
on-click="entityMoreInfo"
|
on-click="entityMoreInfo"
|
||||||
icon="hass:open-in-new"
|
icon="hass:information-outline"
|
||||||
alt="More Info"
|
alt="More Info"
|
||||||
title="More Info"
|
title="More Info"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user