mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Removed old log grid copies.
This commit is contained in:
parent
9c24b5989b
commit
722db50b35
3 changed files with 0 additions and 77 deletions
|
@ -29,11 +29,6 @@ namespace NzbDrone.Web.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
public ActionResult IndexOld()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public FileContentResult File()
|
||||
{
|
||||
string log = string.Empty;
|
||||
|
@ -102,11 +97,5 @@ namespace NzbDrone.Web.Controllers
|
|||
},
|
||||
JsonRequestBehavior.AllowGet);
|
||||
}
|
||||
|
||||
[GridAction]
|
||||
public ActionResult AjaxBindingOld()
|
||||
{
|
||||
return View(new GridModel(_logProvider.GetAllLogs()));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue