mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
This commit is contained in:
parent
c88fd0ab27
commit
9fc8f431a5
@ -129,7 +129,7 @@ class PluginManager(pluginmanagerbase.PluginManagerBase,
|
||||
component.Component.__init__(self, "WebPluginManager")
|
||||
self.config = ConfigManager("webui06.conf")
|
||||
pluginmanagerbase.PluginManagerBase.__init__(
|
||||
self, "webui.conf", "deluge.plugin.webui")
|
||||
self, "webui06.conf", "deluge.plugin.webui")
|
||||
|
||||
def start(self):
|
||||
"""Start the plugin manager"""
|
||||
|
@ -32,6 +32,7 @@ $for id, title, url in admin_pages:
|
||||
$else:
|
||||
class="tab_button"
|
||||
href='$base$url'>$title</a>
|
||||
<a href="http://dev.deluge-torrent.org/wiki/Faq">Faq</a>
|
||||
</div>
|
||||
|
||||
</td><td align="right">
|
||||
|
Loading…
x
Reference in New Issue
Block a user