mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-08 17:28:46 +01:00
App store to link to app panel (#29079)
This commit is contained in:
@@ -902,7 +902,7 @@ class HassioAddonInfo extends LitElement {
|
||||
}
|
||||
|
||||
private _openIngress(): void {
|
||||
navigate(`/hassio/ingress/${this.addon.slug}`);
|
||||
navigate(`/app/${this.addon.slug}`);
|
||||
}
|
||||
|
||||
private get _computeShowIngressUI(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user