Fix editor label.
This commit is contained in:
+3
-1
@@ -995,7 +995,9 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
|
|||||||
labelPath,
|
labelPath,
|
||||||
{ name: 'mdi:page-layout-body' },
|
{ name: 'mdi:page-layout-body' },
|
||||||
html`
|
html`
|
||||||
${this._renderOptionSelector(configPathFit, this._layoutFits)}
|
${this._renderOptionSelector(configPathFit, this._layoutFits, {
|
||||||
|
label: localize('config.common.layout.fit'),
|
||||||
|
})}
|
||||||
${this._renderNumberInput(configPathPositionX, {
|
${this._renderNumberInput(configPathPositionX, {
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user