jellyfin-web/dashboard-ui/pluginupdates.html
2013-04-01 13:54:35 -07:00

35 lines
1.3 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">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" 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>
</form>
</div>
</div>
</div>
</body>
</html>