mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
Don't cache all config pages (#5428)
This commit is contained in:
parent
aa211df0ad
commit
b217291b04
@ -152,8 +152,6 @@ class HaPanelConfig extends HassRouterPage {
|
|||||||
|
|
||||||
protected routerOptions: RouterOptions = {
|
protected routerOptions: RouterOptions = {
|
||||||
defaultPage: "dashboard",
|
defaultPage: "dashboard",
|
||||||
cacheAll: true,
|
|
||||||
preloadAll: true,
|
|
||||||
routes: {
|
routes: {
|
||||||
areas: {
|
areas: {
|
||||||
tag: "ha-config-areas",
|
tag: "ha-config-areas",
|
||||||
|
@ -13,8 +13,6 @@ class ZHAConfigDashboardRouter extends HassRouterPage {
|
|||||||
|
|
||||||
protected routerOptions: RouterOptions = {
|
protected routerOptions: RouterOptions = {
|
||||||
defaultPage: "dashboard",
|
defaultPage: "dashboard",
|
||||||
cacheAll: true,
|
|
||||||
preloadAll: true,
|
|
||||||
showLoading: true,
|
showLoading: true,
|
||||||
routes: {
|
routes: {
|
||||||
dashboard: {
|
dashboard: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user