Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/13/13 17:50:00 (11 years ago)
Author:
pfleck
Message:

#2063:
Insert charts on index page for CPU utilization, cores and memory usage.
Added html helper for generating chart javascript.
Added ChartDataController for generating JSON data for the charts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/HeuristicLab.Services.Hive.Statistics-3.3.csproj

    r9617 r9625  
    108108    <Compile Include="App_Start\RouteConfig.cs" />
    109109    <Compile Include="Controllers\AccountController.cs" />
     110    <Compile Include="Controllers\ChartDataController.cs" />
    110111    <Compile Include="Controllers\HomeController.cs" />
     112    <Compile Include="Helper\HtmlChartHelper.cs" />
    111113    <Compile Include="Models\OverallStatistics.cs" />
    112114    <Compile Include="Global.asax.cs">
     
    116118    <Compile Include="Models\AccountModels.cs" />
    117119    <Compile Include="Properties\AssemblyInfo.cs" />
     120    <Content Include="App_Code\ChartHelper.cshtml" />
    118121    <None Include="Properties\AssemblyInfo.cs.frame" />
    119122  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.