Migrated to using free library of icons for images and fixed button layout for index pages.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user