1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Apply suggestions from code review

This commit is contained in:
Matt Montgomery 2020-04-26 16:19:58 -05:00
parent bf03a7ba57
commit aa12a79625
9 changed files with 29 additions and 22 deletions

View file

@ -3,16 +3,16 @@
<div class="content-primary">
<div class="verticalSection">
<div class="sectionTitleContainer flex align-items-center">
<h2 class="sectionTitle">Quick Connect</h2>
<h2 class="sectionTitle">${QuickConnect}</h2>
</div>
</div>
Quick connect is: <span id="quickConnectStatus">Failed to load status</span>
${LabelCurrentStatus} <span id="quickConnectStatus"></span>
<div class="checkboxList paperList" style="padding:.5em 1em;">
<label>
<input type="checkbox" is="emby-checkbox" id="chkQuickConnectAvailable" />
<span>Enable quick connect on this server</span>
<span>${EnableQuickConnect}</span>
</label>
</div>