Prerequisites
- What is your product version?
-
10.3
-
- What is your product type (Angular or MVC)?
-
Angular
-
- What is product framework type (.net framework or .net core)?
- .NET Core
Question
Since 10.x came out what is the intended way to create a default Dashboard?
5 Answer(s)
-
0
That only defines it. We mean, creating and defining the default pages and widgets in that dashboard. For example, setting the dashboard to have by default, 5 widgets ocupying 2x2 in the gridster
-
0
Hi,
You can create a dashboard as we do here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/DashboardCustomization/Definitions/DashboardConfiguration.cs#L152
-
0
Once again, this just defines what widgets are avaliable for each Dashboard. What we want to do is define the default location and size of the widgets, so that by default the dashboard isn't empty when the users access it for the first time
-
0
Hi,
Sorry, I shared the wrong link. Those values are stored as settings, so you can defined as we do here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppSettingProvider.cs#L689