1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/NzbDrone.Web/Views/AddSeries/RootDir.cshtml

11 lines
252 B
Text
Raw Normal View History

<h2>
Manage Root Folders
</h2>
2011-12-04 19:15:02 -08:00
<span>
2011-07-27 15:59:48 -07:00
<input id="rootDirInput" class="folderLookup" type="text" style="width: 400px" />
2011-07-01 00:23:07 -07:00
<button id="saveDir">
Add</button>
2011-07-27 15:59:48 -07:00
</span><span id="rootDirs">
2011-07-01 00:23:07 -07:00
@{Html.RenderAction("RootList");}
2011-07-01 13:59:25 -07:00
</span>