mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
App store link app panel 2 (#29100)
* Revert "App store to link to app panel" This reverts commit 415319f69e47b038fb25eb96f2cffff0e06653c1. * App store to link to app panel
This commit is contained in:
parent
e4d6f3c9d7
commit
ec742d3342
@ -899,7 +899,7 @@ class HassioAddonInfo extends LitElement {
|
||||
}
|
||||
|
||||
private _openIngress(): void {
|
||||
navigate(`/app/${this.addon.slug}`);
|
||||
navigate(`/hassio/ingress/${this.addon.slug}`);
|
||||
}
|
||||
|
||||
private get _computeShowIngressUI(): boolean {
|
||||
|
||||
@ -879,7 +879,7 @@ class SupervisorAppInfo extends LitElement {
|
||||
}
|
||||
|
||||
private _openIngress(): void {
|
||||
navigate(`/hassio/ingress/${this.addon.slug}`);
|
||||
navigate(`/app/${this.addon.slug}`);
|
||||
}
|
||||
|
||||
private get _computeShowIngressUI(): boolean {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user