mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +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) {
|
} else if (this._installState.state === FlashStateType.ERROR) {
|
||||||
content = html`
|
content = html`
|
||||||
<ewt-page-message
|
<ewt-page-message
|
||||||
.icon=${OK_ICON}
|
.icon=${ERROR_ICON}
|
||||||
.label=${this._installState.message}
|
.label=${this._installState.message}
|
||||||
></ewt-page-message>
|
></ewt-page-message>
|
||||||
<ewt-button
|
<ewt-button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user