mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +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 = {
|
||||
defaultPage: "dashboard",
|
||||
cacheAll: true,
|
||||
preloadAll: true,
|
||||
routes: {
|
||||
areas: {
|
||||
tag: "ha-config-areas",
|
||||
|
@ -13,8 +13,6 @@ class ZHAConfigDashboardRouter extends HassRouterPage {
|
||||
|
||||
protected routerOptions: RouterOptions = {
|
||||
defaultPage: "dashboard",
|
||||
cacheAll: true,
|
||||
preloadAll: true,
|
||||
showLoading: true,
|
||||
routes: {
|
||||
dashboard: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user