zwave_js: Add title tag to config box heading (#12387)

This commit is contained in:
Kuba Wolanin 2022-04-22 20:17:42 +02:00 committed by GitHub
parent 3b8b6eb315
commit ba2958ecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,9 @@ class ZWaveJSNodeConfig extends SubscribeMixin(LitElement) {
<br /> <br />
<span>${item.property}</span> <span>${item.property}</span>
</span> </span>
<span slot="heading">${item.metadata.label}</span> <span slot="heading" .title=${item.metadata.label}>
${item.metadata.label}
</span>
<span slot="description"> <span slot="description">
${item.metadata.description} ${item.metadata.description}
${item.metadata.description !== null && !item.metadata.writeable ${item.metadata.description !== null && !item.metadata.writeable