mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
deleted some old files. updated some ui
This commit is contained in:
parent
386bc90ae4
commit
d310c06f2e
107 changed files with 446 additions and 664 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue