Added DevExpress Dashboard to ASP.NET Core API and both Blazor WASM/Server frontends. Configured dashboard storage, sample data source, and API endpoint. Updated Blazor projects with dashboard packages, styles, and a new dashboard page. Navigation and configuration updated to support dashboard integration.
4 lines
153 B
XML
4 lines
153 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Dashboard CurrencyCulture="de-DE" RequestParameters="false">
|
|
<Title Text="Default Dashboard" />
|
|
</Dashboard> |