Skip to content

Commit 0641b7d

Browse files
committed
update a dashboard
1 parent 9f7e947 commit 0641b7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

asp-net-core-server/App_Data/Dashboards/products.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@
5555
</LayoutTemplate>
5656
</Card>
5757
</Card>
58+
<CustomItem ComponentName="customItemDashboardItem1" Name="Hello World Item 1" DataSource="jsonDataSource1" CustomItemType="helloWorldItem" />
5859
</Items>
5960
<LayoutTree>
6061
<LayoutGroup>
61-
<LayoutItem DashboardItem="cardDashboardItem1" />
62+
<LayoutItem DashboardItem="customItemDashboardItem1" Weight="0.31295981890209396" />
63+
<LayoutItem DashboardItem="cardDashboardItem1" Weight="1.687040181097906" />
6264
</LayoutGroup>
6365
</LayoutTree>
6466
</Dashboard>

0 commit comments

Comments
 (0)