diff --git a/ReportingServices.UI/Controllers/ProductionReportController.cs b/ReportingServices.UI/Controllers/ProductionReportController.cs index c0782d6..fa3a908 100644 --- a/ReportingServices.UI/Controllers/ProductionReportController.cs +++ b/ReportingServices.UI/Controllers/ProductionReportController.cs @@ -10,7 +10,6 @@ namespace ReportingServices.UI.Controllers private readonly ILogger _logger; private readonly string _dailyRptFilePath = "wwwroot/Assets/DailyReportInfo.json"; private readonly string _toolStateOwnerFilePath = "wwwroot/Assets/ToolStates.json"; - private readonly string _baseFTUrl; private readonly string _baseDBUrl; public ProductionReportController(ILogger logger) @@ -29,7 +28,6 @@ namespace ReportingServices.UI.Controllers public IActionResult DailyReport() { - string baseFabTimeUrl = _baseFTUrl + "FabTime/"; string baseScrapeDbUrl = _baseDBUrl + "ScrapeDB/"; try diff --git a/ReportingServices.UI/Views/Home/Index.cshtml b/ReportingServices.UI/Views/Home/Index.cshtml index 86d59b9..89e3f69 100644 --- a/ReportingServices.UI/Views/Home/Index.cshtml +++ b/ReportingServices.UI/Views/Home/Index.cshtml @@ -11,9 +11,9 @@ \ No newline at end of file diff --git a/ReportingServices.UI/Views/PlanningReport/Index.cshtml b/ReportingServices.UI/Views/PlanningReport/Index.cshtml index a905434..d621956 100644 --- a/ReportingServices.UI/Views/PlanningReport/Index.cshtml +++ b/ReportingServices.UI/Views/PlanningReport/Index.cshtml @@ -12,7 +12,7 @@
- +
diff --git a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml index cb04acb..147ef1e 100644 --- a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml +++ b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml @@ -63,9 +63,39 @@

Edit diff --git a/ReportingServices.UI/Views/ProductionReport/Index.cshtml b/ReportingServices.UI/Views/ProductionReport/Index.cshtml index 14983e4..4c80c4d 100644 --- a/ReportingServices.UI/Views/ProductionReport/Index.cshtml +++ b/ReportingServices.UI/Views/ProductionReport/Index.cshtml @@ -12,7 +12,7 @@ diff --git a/ReportingServices.UI/Views/Shared/_DailyReportPartial.cshtml b/ReportingServices.UI/Views/Shared/_DailyReportPartial.cshtml index 0a48acf..f77975c 100644 --- a/ReportingServices.UI/Views/Shared/_DailyReportPartial.cshtml +++ b/ReportingServices.UI/Views/Shared/_DailyReportPartial.cshtml @@ -76,7 +76,7 @@ Actual Yielded Wafers Out     @for (int i = 0; i < 7; i++) diff --git a/ReportingServices.UI/Views/Shared/_Layout.cshtml b/ReportingServices.UI/Views/Shared/_Layout.cshtml index 63ebc80..175e39b 100644 --- a/ReportingServices.UI/Views/Shared/_Layout.cshtml +++ b/ReportingServices.UI/Views/Shared/_Layout.cshtml @@ -8,6 +8,8 @@ + +