update reports

This commit is contained in:
Luke Pulverenti 2015-05-13 11:39:07 -04:00
parent baa59d9006
commit be0f5d9cbc
3 changed files with 3 additions and 9 deletions

View file

@ -1452,6 +1452,6 @@
"OptionReportList": "List View", "OptionReportList": "List View",
"OptionReportStatistics": "Statistics", "OptionReportStatistics": "Statistics",
"OptionReportGrouping": "Grouping", "OptionReportGrouping": "Grouping",
"OptionReportExport": "Report Export", "HeaderExport": "Export",
"OptionReportColumns": "Report Columns" "HeaderColumns": "Columns"
} }

View file

@ -472,7 +472,7 @@ namespace MediaBrowser.WebDashboard.Api
"itemlistpage.js", "itemlistpage.js",
"kids.js", "kids.js",
"librarypathmapping.js", "librarypathmapping.js",
"reportmanager.js", "reports.js",
"librarysettings.js", "librarysettings.js",
"livetvchannel.js", "livetvchannel.js",
"livetvchannels.js", "livetvchannels.js",

View file

@ -138,9 +138,6 @@
<Content Include="dashboard-ui\photos.html"> <Content Include="dashboard-ui\photos.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="dashboard-ui\ReportManager.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\dashboardhosting.js"> <Content Include="dashboard-ui\scripts\dashboardhosting.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@ -159,9 +156,6 @@
<Content Include="dashboard-ui\scripts\photos.js"> <Content Include="dashboard-ui\scripts\photos.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="dashboard-ui\scripts\reportmanager.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\selectserver.js"> <Content Include="dashboard-ui\scripts\selectserver.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>