diff --git a/src/install-dialog.ts b/src/install-dialog.ts index 329c0c8d..05da903a 100644 --- a/src/install-dialog.ts +++ b/src/install-dialog.ts @@ -158,9 +158,30 @@ class EwtInstallDialog extends LitElement { let allowClosing = true; content = html` -
- ${this._info!.firmware} ${this._info!.version} -
+ + + + + + + + + +
+ + + + ${this._info!.firmware} ${this._info!.version}
+ + + + ${this._info!.chipFamily}
${!this._isSameVersion ? html` @@ -218,7 +239,7 @@ class EwtInstallDialog extends LitElement {
{ const client = this._client; if (client) { @@ -716,6 +737,14 @@ class EwtInstallDialog extends LitElement { right: 4px; top: 10px; } + table { + border-spacing: 0; + color: rgba(0, 0, 0, 0.6); + } + table svg { + width: 20px; + margin-right: 8px; + } ewt-textfield { display: block; margin-top: 16px;