Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/60e28140ab08cf0c43a8a65cded1eb37bb71853d/UI/AddSeries/RootFolders/LayoutTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<i class="icon-hdd"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<div class="input-prepend input-append x-path">
|
|
|
|
|
<i class="add-on icon-folder-open"></i>
|
|
|
|
|
<input class="input-block-level" type="text" placeholder="Path of the folder to add ...">
|
|
|
|
|
<div class="btn icon-plus btn-success x-add"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="result-list" id="current-dirs"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button class="btn" data-dismiss="modal">close</button>
|
|
|
|
|
</div>
|