mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-27 21:56:35 +00:00
Change from OK_ICON to ERROR_ICON when flash fails (#162)
This commit is contained in:
parent
54a6887089
commit
f2bccb67ba
@ -554,7 +554,7 @@ class EwtInstallDialog extends LitElement {
|
||||
} else if (this._installState.state === FlashStateType.ERROR) {
|
||||
content = html`
|
||||
<ewt-page-message
|
||||
.icon=${OK_ICON}
|
||||
.icon=${ERROR_ICON}
|
||||
.label=${this._installState.message}
|
||||
></ewt-page-message>
|
||||
<ewt-button
|
||||
|
Loading…
x
Reference in New Issue
Block a user