Skip to content

Commit cf77ef7

Browse files
committed
update script
1 parent eee2ad6 commit cf77ef7

File tree

6 files changed

+7000
-7817
lines changed

6 files changed

+7000
-7817
lines changed

CS/AspNetCoreDashboard_ClientData/AspNetCoreDashboard_ClientData.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
<ItemGroup>
3434
<Content Include="Properties\launchSettings.json" />
3535
</ItemGroup>
36-
<ItemGroup>
37-
<None Include="wwwroot\js\client-data.js" />
38-
</ItemGroup>
3936
<Target Name="DebugEnsureNodeEnv" BeforeTargets="LibraryManagerRestore" Condition=" '$(Configuration)' == 'Debug' And !Exists('node_modules') ">
4037
<!-- Ensure Node.js is installed -->
4138
<Exec Command="node --version" ContinueOnError="true">

CS/AspNetCoreDashboard_ClientData/Pages/Index.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@
99
.ControllerName("DefaultDashboard")
1010
.WorkingMode(WorkingMode.Viewer)
1111
.OnBeforeRender("onBeforeRender")
12-
.Extensions(ext => {
13-
ext.ViewerApi(viewerApi => {
14-
viewerApi.OnItemClick("onItemClick");
15-
});
16-
})
1712
)
1813
</div>

CS/AspNetCoreDashboard_ClientData/Pages/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
@RenderBody()
1414

1515
<script src="js/site.min.js"></script>
16-
<script src="js/client-data.js"></script>
16+
<script src="js/ClientData.js"></script>
1717
</body>
1818
</html>

0 commit comments

Comments
 (0)