mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
root dir is done
This commit is contained in:
parent
859b68ed9e
commit
94e16a6037
8 changed files with 25 additions and 134 deletions
|
@ -1,11 +1,11 @@
|
|||
<div>
|
||||
<span>
|
||||
<input id="rootDirInput" type="text" style="width: 400px" />
|
||||
<button id="saveDir">
|
||||
Add</button>
|
||||
</div>
|
||||
<div id="rootDirs">
|
||||
</span>
|
||||
<span id="rootDirs">
|
||||
@{Html.RenderAction("RootList");}
|
||||
</div>
|
||||
</span>
|
||||
<script type="text/javascript">
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue