1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

App info page no longer links to itself

This commit is contained in:
Paulus Schoutsen
2026-03-29 10:45:00 -04:00
parent 68cbaf6481
commit 9ecb41accd
2 changed files with 0 additions and 12 deletions

View File

@@ -486,17 +486,6 @@ class SupervisorAppInfo extends LitElement {
<div class="description light-color">
${this.addon.description}.<br />
${this.hass.localize(
"ui.panel.config.apps.dashboard.visit_app_page",
{
name: html`<a
href=${this.addon.url!}
target="_blank"
rel="noreferrer"
>${getAppDisplayName(this.addon.name, this.addon.stage)}</a
>`,
}
)}
</div>
<div class="addon-container">
<div>

View File

@@ -2739,7 +2739,6 @@
"current_version": "Current version: {version}",
"changelog": "Changelog",
"hostname": "Hostname",
"visit_app_page": "Visit {name} page for more details.",
"start": "Start",
"stop": "Stop",
"restart": "Restart",