Update demo
This commit is contained in:
parent
519c13c10e
commit
106665fada
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