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

32 lines
1.5 KiB
HTML
Raw Normal View History

2017-02-01 15:55:56 -05:00
<div id="devicePage" data-role="page" class="page type-interior devicesPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Devices" data-require="scripts/device,emby-input,emby-button">
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
2016-08-21 14:33:17 -04:00
<form class="deviceForm">
<p class="reportedName">
</p>
<div class="inputContainer">
<input is="emby-input" type="text" id="txtCustomName" label="${LabelCustomDeviceDisplayName}" />
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
</div>
<div class="inputContainer hide" id="fldCameraUploadPath">
<div style="display: flex; align-items: center;">
<div style="flex-grow:1;">
2016-09-08 16:32:30 -04:00
<input is="emby-input" id="txtUploadPath" label="${LabelCameraUploadPath}" autocomplete="off" />
2016-08-21 14:33:17 -04:00
</div>
<button type="button" is="paper-icon-button-light" id="btnSelectUploadPath" title="${ButtonSelectDirectory}" class="autoSize"><i class="md-icon">search</i></button>
</div>
<div class="fieldDescription">${LabelCameraUploadPathHelp}</div>
</div>
<div>
2016-09-18 01:52:10 -04:00
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
2016-08-21 14:33:17 -04:00
</div>
</form>
2016-03-16 01:33:31 -04:00
2014-10-11 21:46:02 -04:00
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>