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