mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
deleted some old files. updated some ui
This commit is contained in:
@@ -36,28 +36,5 @@ namespace NzbDrone.Web.Controllers
|
||||
{
|
||||
return View(new GridModel(_logProvider.GetAllLogs()));
|
||||
}
|
||||
|
||||
|
||||
[GridAction]
|
||||
public ActionResult _AjaxBinding2()
|
||||
{
|
||||
var l= _logProvider.GetAllLogs().Select(c => new {
|
||||
c.DisplayLevel,
|
||||
c.ExceptionMessage,
|
||||
c.ExceptionString,
|
||||
c.ExceptionType,
|
||||
//c.Level,
|
||||
c.Logger,
|
||||
c.LogId,
|
||||
c.Message,
|
||||
c.Stack,
|
||||
c.Time
|
||||
});
|
||||
|
||||
return View(new GridModel(l));
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user