mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${PluginsTitle}</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">${TabMyPlugins}</a>
|
|
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
|
|
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">${TabUpdates}</a>
|
|
</div>
|
|
|
|
<form id="pluginUpdatesForm">
|
|
|
|
<table id="tblPluginUpdates" class="ui-responsive table-stroke" data-role="table">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th data-priority="2">${HeaderAutomaticUpdates}</th>
|
|
<th data-priority="3">${HeaderUpdateLevel}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tbodyPluginUpdates"></tbody>
|
|
</table>
|
|
|
|
<br />
|
|
<br />
|
|
|
|
<div class="fieldDescription warningFieldDescription">
|
|
${DevBuildWarning}
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|