Update config-editor-card.js

This commit is contained in:
htmltiger 2022-01-08 19:15:29 +00:00 committed by GitHub
parent 1b88fa9bed
commit 8b65696b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ render() {
<ha-card>
<ha-code-editor id="code" mode="yaml" @value-changed=${this.updateText}></ha-code-editor>
<div style="position: -webkit-sticky; position: sticky; bottom: 0; z-index:2; background: var(--app-header-background-color); color: var(--app-header-text-color, white)">
<code>#${this.infoLine}</code>
<div>
<button @click="${this.List}">Get List</button>
<select @change=${this.Load}>
@ -44,6 +43,7 @@ render() {
</select>
<button @click="${this.Save}">Save</button>
</div>
<code>#${this.infoLine}</code>
</div>
</ha-card>
`;