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