2019-01-23 04:33:34 -07:00
|
|
|
<div id="devicePage" data-role="page" class="page type-interior devicesPage noSecondaryNavPage">
|
2018-09-12 10:26:21 -07:00
|
|
|
<div>
|
|
|
|
<div class="content-primary">
|
|
|
|
<form class="deviceForm">
|
|
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle reportedName"></h2>
|
2020-04-13 16:03:35 -07:00
|
|
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/server/devices.html">${Help}</a>
|
2018-09-12 10:26:21 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="text" id="txtCustomName" label="${LabelCustomDeviceDisplayName}" />
|
|
|
|
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
2019-12-15 08:07:55 -07:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
|
|
<span>${ButtonSave}</span>
|
|
|
|
</button>
|
2018-09-12 10:26:21 -07:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-15 08:07:55 -07:00
|
|
|
</div>
|