Base implementation of smart deploy for servers, order screen, subscription service

This commit is contained in:
Marcel Baumgartner
2023-04-03 21:23:27 +02:00
parent a41a929e7f
commit 2298bab71e
9 changed files with 287 additions and 9 deletions

View File

@@ -153,7 +153,8 @@
await JsRuntime.InvokeVoidAsync("document.body.removeAttribute", "data-kt-app-page-loading");
await JsRuntime.InvokeVoidAsync("KTMenu.createInstances");
await JsRuntime.InvokeVoidAsync("KTDrawer.createInstances");
await JsRuntime.InvokeVoidAsync("createSnow");
//await JsRuntime.InvokeVoidAsync("createSnow");
await SessionService.Register();