1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/NzbDrone.Web/Views/AddSeries/RootDir.cshtml

11 lines
252 B
Plaintext
Raw Normal View History

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