mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!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">My Plugins</a>
|
|
<a href="plugincatalog.html" data-role="button">Catalog</a>
|
|
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">Updates</a>
|
|
</div>
|
|
|
|
<form id="pluginUpdatesForm">
|
|
|
|
<table id="tblPluginUpdates" class="ui-responsive table-stroke" data-role="table">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th data-priority="2">Automatic updates</th>
|
|
<th data-priority="3">Update level</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tbodyPluginUpdates"></tbody>
|
|
</table>
|
|
|
|
<br />
|
|
<br />
|
|
|
|
<div class="fieldDescription warningFieldDescription">
|
|
Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|