mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
Fix missing icons (#543)
This commit is contained in:
parent
b328166ea4
commit
cd74083edf
@ -17,6 +17,8 @@ import "./pages/ewt-page-message";
|
||||
import {
|
||||
closeIcon,
|
||||
listItemConsole,
|
||||
listItemEraseUserData,
|
||||
listItemFundDevelopment,
|
||||
listItemHomeAssistant,
|
||||
listItemInstallIcon,
|
||||
listItemVisitDevice,
|
||||
@ -279,6 +281,7 @@ export class EwtInstallDialog extends LitElement {
|
||||
href=${this._manifest.funding_url}
|
||||
target="_blank"
|
||||
>
|
||||
${listItemFundDevelopment}
|
||||
<div slot="headline">Fund Development</div>
|
||||
</ew-list-item>
|
||||
`
|
||||
@ -290,6 +293,7 @@ export class EwtInstallDialog extends LitElement {
|
||||
class="danger"
|
||||
@click=${() => this._startInstall(true)}
|
||||
>
|
||||
${listItemEraseUserData}
|
||||
<div slot="headline">Erase User Data</div>
|
||||
</ew-list-item>
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user