Reformating charting, add DataError message

This commit is contained in:
2016-05-09 11:46:32 -04:00
parent 1ba8f24b10
commit aca7157663
11 changed files with 616 additions and 24 deletions
+4 -3
View File
@@ -964,7 +964,7 @@
<Compile Include="Services\LeafGasCharter.cs" />
<Compile Include="Controllers\ControllerBase.cs" />
<Compile Include="Controllers\FluxnetSiteController.cs" />
<Compile Include="Controllers\LeafCharterController.cs" />
<Compile Include="Controllers\ChartController.cs" />
<Compile Include="Controllers\LeafInputController.cs" />
<Compile Include="Controllers\ResultsController.cs" />
<Compile Include="Controllers\PagesController.cs" />
@@ -983,7 +983,7 @@
<Compile Include="Services\PiscalQueue\StartPending.cs" />
<Compile Include="Utility\MarkdownHelper.cs" />
<Compile Include="Utility\Validation.cs" />
<Compile Include="ViewModels\LeafCharter\LeafCharterViewModel.cs" />
<Compile Include="ViewModels\Chart\ChartViewModel.cs" />
<Compile Include="ViewModels\LeafInput\ConfirmViewModel.cs" />
<Compile Include="ViewModels\LeafInput\CreateViewModel.cs" />
<Compile Include="ViewModels\Results\ResultStatusViewModel.cs" />
@@ -996,7 +996,7 @@
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Scripts\jquery-1.9.1.min.map" />
<Content Include="Views\LeafCharter\Index.cshtml" />
<Content Include="Views\Chart\Index.cshtml" />
<Content Include="Views\LeafInput\Index.cshtml" />
<Content Include="Views\Shared\_ValidationSummary.cshtml" />
<Content Include="Views\Shared\EditorTemplates\_FieldLayout.cshtml" />
@@ -1022,6 +1022,7 @@
<Content Include="Views\Results\Index.cshtml" />
<Content Include="Views\Pages\Information.cshtml" />
<Content Include="Views\Results\DownloadNotFound.cshtml" />
<Content Include="Views\Chart\DataError.cshtml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>