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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user