mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
adding bootstrap layout.
This commit is contained in:
parent
e4f2121e25
commit
8088872b92
213 changed files with 66623 additions and 4 deletions
|
@ -49,6 +49,13 @@ namespace NzbDrone.Web.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Bt()
|
||||
{
|
||||
|
||||
return View();
|
||||
}
|
||||
|
||||
|
||||
public ActionResult AddNew()
|
||||
{
|
||||
ViewData["RootDirs"] = _rootFolderProvider.GetAll().Select(c => c.Path).OrderBy(e => e).ToList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue