1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/pluginupdates.html

43 lines
1.5 KiB
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-02 17:55:19 -04:00
<title>${PluginsTitle}</title>
2013-02-20 20:33:05 -05:00
</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">
2014-04-02 17:55:19 -04:00
<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>
2013-02-20 20:33:05 -05:00
</div>
<form id="pluginUpdatesForm">
2013-04-01 13:54:35 -07:00
<table id="tblPluginUpdates" class="ui-responsive table-stroke" data-role="table">
2013-02-20 20:33:05 -05:00
<thead>
<tr>
<th></th>
2014-04-02 17:55:19 -04:00
<th data-priority="2">${HeaderAutomaticUpdates}</th>
<th data-priority="3">${HeaderUpdateLevel}</th>
2013-02-20 20:33:05 -05:00
</tr>
</thead>
<tbody id="tbodyPluginUpdates"></tbody>
</table>
<br />
<br />
<div class="fieldDescription warningFieldDescription">
2014-04-02 17:55:19 -04:00
${DevBuildWarning}
</div>
2013-02-20 20:33:05 -05:00
</form>
</div>
</div>
</div>
</body>
</html>