Rebuilt the "Home Machine" dialog with Svelte.
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = {
|
||||
template: "#admin-network-view-template",
|
||||
|
||||
attached: function () {
|
||||
this.svelteComponent = SvelteComponents.create(
|
||||
this.svelteComponent = SvelteComponents.createComponent(
|
||||
"AdminNetworkView",
|
||||
document.getElementById("svelte-root")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user