mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
copy dashboard to the output folder and load from the file system, instead of using embedded resources
This commit is contained in:
parent
799eebc9ed
commit
4dd9477bcd
137 changed files with 1424 additions and 1438 deletions
34
dashboard-ui/pluginUpdates.html
Normal file
34
dashboard-ui/pluginUpdates.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Plugins</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="pluginUpdatesPage" data-role="page" class="page type-interior pluginConfigurationPage">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
||||
<a href="pluginCatalog.html" data-role="button">Plugin Catalog</a>
|
||||
<a href="pluginUpdates.html" data-role="button" class="ui-btn-active">Automatic Updates</a>
|
||||
</div>
|
||||
|
||||
<form id="pluginUpdatesForm">
|
||||
|
||||
<table id="tblPluginUpdates">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Automatic updates</th>
|
||||
<th>Update level</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tbodyPluginUpdates"></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue