mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Added User Management support for Emby #435
This commit is contained in:
parent
4feb3cd462
commit
4193cb88fd
23 changed files with 354 additions and 118 deletions
|
@ -64,7 +64,7 @@
|
|||
<label for="portNumber" class="control-label">Port</label>
|
||||
|
||||
<div>
|
||||
<input type="text" class="form-control form-control-custom " id="portNumber" name="Port" placeholder="8069">
|
||||
<input type="text" class="form-control form-control-custom " id="portNumber" name="Port" placeholder="8096">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
@ -79,7 +79,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div style="text-align: center; margin-top: 20px">
|
||||
<a href="#" id="embyApiKeySave" class="btn btn-primary-outline">Next</a>
|
||||
<a href="#" id="embyApiKeySave" class="btn btn-primary-outline">Next <div id="spinner"></div></a>
|
||||
</div>
|
||||
</form>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue