1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-22 17:31:47 +02:00
Radarr/NzbDrone.Web/Views/AddSeries/RootDir.cshtml

11 lines
252 B
Plaintext
Raw Normal View History

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