Refactor of http client and addition of sonarr anime table
This commit is contained in:
@@ -47,6 +47,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="inlineContainer">
|
||||
<div class="inputContainer">
|
||||
<label class="inputLabel inputLabelUnfocused" for="SonarrAnimeAddress">Sonarr Anime Address (http:port)</label>
|
||||
<input id="SonarrAnimeAddress" name="SonarrAnimeAddress" type="text" is="emby-input" />
|
||||
<div class="fieldDescription">The address and port of your sonarr instance.</div>
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<label class="inputLabel inputLabelUnfocused" for="SonarrAnimeAPIKey">Sonarr Anime API Key</label>
|
||||
<input id="SonarrAnimeAPIKey" name="SonarrAnimeAPIKey" type="text" is="emby-input" />
|
||||
<div class="fieldDescription">The api key used by your sonarr instance</div>
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<button id="SonarrAnimeTestConnectionButton" is="emby-button" type="button" class="raised button-submit block emby-button">
|
||||
<span>Test</span>
|
||||
</button>
|
||||
<div class="validation" id="SonarrAnimeConnectionValidation" hidden>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>General Settings</h3>
|
||||
<div class="inlineContainer">
|
||||
<div class="inputContainer">
|
||||
|
||||
Reference in New Issue
Block a user