Migrated to using free library of icons for images and fixed button layout for index pages.

This commit is contained in:
Daniel Wathen
2023-01-11 12:36:28 -07:00
parent 7fbbca61b8
commit f23c7136c0
40 changed files with 18886 additions and 18 deletions

View File

@ -10,7 +10,6 @@ namespace ReportingServices.UI.Controllers
private readonly ILogger<ProductionReportController> _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<ProductionReportController> logger)
@ -29,7 +28,6 @@ namespace ReportingServices.UI.Controllers
public IActionResult DailyReport()
{
string baseFabTimeUrl = _baseFTUrl + "FabTime/";
string baseScrapeDbUrl = _baseDBUrl + "ScrapeDB/";
try