aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/pluginUpdates.html
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/pluginUpdates.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/pluginUpdates.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/MediaBrowser.WebDashboard/Html/pluginUpdates.html b/MediaBrowser.WebDashboard/Html/pluginUpdates.html
deleted file mode 100644
index ed5ba54b1..000000000
--- a/MediaBrowser.WebDashboard/Html/pluginUpdates.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!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>