We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7e947 commit 0641b7dCopy full SHA for 0641b7d
asp-net-core-server/App_Data/Dashboards/products.xml
@@ -55,10 +55,12 @@
55
</LayoutTemplate>
56
</Card>
57
58
+ <CustomItem ComponentName="customItemDashboardItem1" Name="Hello World Item 1" DataSource="jsonDataSource1" CustomItemType="helloWorldItem" />
59
</Items>
60
<LayoutTree>
61
<LayoutGroup>
- <LayoutItem DashboardItem="cardDashboardItem1" />
62
+ <LayoutItem DashboardItem="customItemDashboardItem1" Weight="0.31295981890209396" />
63
+ <LayoutItem DashboardItem="cardDashboardItem1" Weight="1.687040181097906" />
64
</LayoutGroup>
65
</LayoutTree>
66
</Dashboard>
0 commit comments