diff --git a/Views/EmbedData/DashboardListing.cshtml b/Views/EmbedData/DashboardListing.cshtml index cfcb764..af6d06c 100644 --- a/Views/EmbedData/DashboardListing.cshtml +++ b/Views/EmbedData/DashboardListing.cshtml @@ -7,6 +7,7 @@ + BoldBI Blazor Dashboard listing diff --git a/Views/EmbedData/_Host.cshtml b/Views/EmbedData/_Host.cshtml index 44826de..966b963 100644 --- a/Views/EmbedData/_Host.cshtml +++ b/Views/EmbedData/_Host.cshtml @@ -1,49 +1,28 @@ -@page "/" -@using BoldBIEmbedSample.Models -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@using BoldBIEmbedSample.Models @{ Layout = null; } - + - - BoldBI Blazor Embed - - - - - - -
- + - - - - + + +
+
+
+ + \ No newline at end of file diff --git a/wwwroot/js/Index.js b/wwwroot/js/Index.js index dda7e29..887b3c9 100644 --- a/wwwroot/js/Index.js +++ b/wwwroot/js/Index.js @@ -49,4 +49,4 @@ function renderDashboard(dashboardId) { console.log(this.dashboard); this.dashboard.loadDashboard(); -}; +}; \ No newline at end of file