diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
| commit | b20151fff373100da7946df93afb7dd4dccea3e4 (patch) | |
| tree | a16d7085c0eab807c309c94461ed60821029f1ff /MediaBrowser.WebDashboard/Html/plugins.html | |
| parent | 4bc27f3a65ddbffcc7b74683df72503f20df275c (diff) | |
copy dashboard to the output folder and load from the file system, instead of using embedded resources
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/plugins.html')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/plugins.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MediaBrowser.WebDashboard/Html/plugins.html b/MediaBrowser.WebDashboard/Html/plugins.html deleted file mode 100644 index ee74ae375..000000000 --- a/MediaBrowser.WebDashboard/Html/plugins.html +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>Plugins</title> -</head> -<body> - <div id="pluginsPage" 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" class="ui-btn-active">Installed Plugins</a> - <a href="pluginCatalog.html" data-role="button">Plugin Catalog</a> - <a href="pluginUpdates.html" data-role="button">Automatic Updates</a> - </div> - - <div class="readOnlyContent"> - <ul id="ulInstalledPlugins" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul> - </div> - </div> - </div> - </div> -</body> -</html> |
