mirror of
https://github.com/junkfix/config-editor-card.git
synced 2026-05-21 11:58:01 +02:00
Update config-editor-card.js
This commit is contained in:
parent
1b88fa9bed
commit
8b65696b19
|
|
@ -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>
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue