mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stub out dlna profiles page
This commit is contained in:
parent
9b0d0e699a
commit
adc96abf4e
3 changed files with 23 additions and 0 deletions
21
dashboard-ui/dlnaprofiles.html
Normal file
21
dashboard-ui/dlnaprofiles.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>DLNA</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="dlnaProfilesPage" data-role="page" class="page type-interior adminPage dlnaPage">
|
||||||
|
|
||||||
|
<div data-role="content">
|
||||||
|
<div class="content-primary">
|
||||||
|
|
||||||
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
|
<a href="dlnasettings.html" data-role="button">Settings</a>
|
||||||
|
<a href="#" data-role="button" class="ui-btn-active">Profiles</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="#" data-role="button" class="ui-btn-active">Settings</a>
|
<a href="#" data-role="button" class="ui-btn-active">Settings</a>
|
||||||
|
<a href="dlnaprofiles.html" data-role="button">Profiles</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="dlnaSettingsForm">
|
<form class="dlnaSettingsForm">
|
||||||
|
|
1
dashboard-ui/scripts/dlnaprofiles.js
Normal file
1
dashboard-ui/scripts/dlnaprofiles.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue