webui sync
This commit is contained in:
parent
431664fec4
commit
c748419fa9
|
@ -112,7 +112,7 @@ class plugin_WebUi(object):
|
|||
self.config.set("button_style", 2)
|
||||
self.config.set("auto_refresh", False)
|
||||
self.config.set("auto_refresh_secs", 4)
|
||||
self.config.set("template", "deluge")
|
||||
self.config.set("template", "advanced")
|
||||
self.config.save(self.config_file)
|
||||
|
||||
if not self.config.get("pwd_salt"):
|
||||
|
|
|
@ -1 +1 @@
|
|||
180
|
||||
172
|
||||
|
|
|
@ -2,7 +2,6 @@ $def with (torrent_ids, torrent_list)
|
|||
$:render.header(_("Remove torrent"))
|
||||
<div class="panel">
|
||||
<form method="POST" action='/torrent/delete/$torrent_ids'>
|
||||
<input type="hidden" name="redir" value="$get('redir')">
|
||||
<div id="del_torrent">
|
||||
|
||||
<h2>$_("Remove torrent")</h2>
|
||||
|
|
|
@ -1 +1 @@
|
|||
180
|
||||
172
|
||||
|
|
Loading…
Reference in New Issue