Update demo
This commit is contained in:
parent
ff6d25a229
commit
55f9561069
6 changed files with 152 additions and 21 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
43
source/demo/dev-tools.html
Normal file
43
source/demo/dev-tools.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -62,8 +62,12 @@
|
||||||
document
|
document
|
||||||
.getElementById('ha-init-skeleton')
|
.getElementById('ha-init-skeleton')
|
||||||
.classList.add('error');
|
.classList.add('error');
|
||||||
}
|
};
|
||||||
window.noAuth = true;
|
window.noAuth = true;
|
||||||
|
window.deferredLoading = {
|
||||||
|
map: '/demo/partial-map.html',
|
||||||
|
dev: '/demo/dev-tools.html',
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body fullbleed>
|
<body fullbleed>
|
||||||
|
|
91
source/demo/partial-map.html
Normal file
91
source/demo/partial-map.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue