Don't cache all config pages (#5428)

This commit is contained in:
Bram Kragten 2020-04-03 13:42:23 +02:00 committed by GitHub
parent aa211df0ad
commit b217291b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -152,8 +152,6 @@ class HaPanelConfig extends HassRouterPage {
protected routerOptions: RouterOptions = {
defaultPage: "dashboard",
cacheAll: true,
preloadAll: true,
routes: {
areas: {
tag: "ha-config-areas",

View File

@ -13,8 +13,6 @@ class ZHAConfigDashboardRouter extends HassRouterPage {
protected routerOptions: RouterOptions = {
defaultPage: "dashboard",
cacheAll: true,
preloadAll: true,
showLoading: true,
routes: {
dashboard: {