mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework upnp discovery
This commit is contained in:
parent
3e990981fe
commit
9b12ffa6d7
12 changed files with 25 additions and 50 deletions
|
@ -61,11 +61,11 @@
|
|||
</div>
|
||||
<br />
|
||||
|
||||
<button is="emby-button" type="submit" class="raised accent block">
|
||||
<button is="emby-button" type="submit" class="raised button-submit block">
|
||||
<i class="md-icon">check</i>
|
||||
<span>${ButtonConnect}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised cancel block btnCancelManualServer">
|
||||
<button is="emby-button" type="button" class="raised button-cancel block btnCancelManualServer">
|
||||
<i class="md-icon">close</i>
|
||||
<span>${ButtonCancel}</span>
|
||||
</button>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<button is="emby-button" type="submit" class="raised button-accent block">
|
||||
<span>${ButtonSignUp}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised cancel block btnCancelSignup">
|
||||
<button is="emby-button" type="button" class="raised button-cancel block btnCancelSignup">
|
||||
<span>${ButtonCancel}</span>
|
||||
</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue