1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Show url in label

This commit is contained in:
Aidan Timson
2025-12-09 16:55:23 +00:00
parent 6c9f51071c
commit ca2344eb10

View File

@@ -228,9 +228,7 @@ class HaConfigEntryRow extends LitElement {
>
<ha-icon-button
.path=${mdiOpenInNew}
.label=${this.hass.localize(
"ui.panel.config.integrations.config_entry.open_configuration_url"
)}
.label=${processedUrl.url}
></ha-icon-button>
</a>`
: nothing}