mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
webui sync
This commit is contained in:
parent
431664fec4
commit
c748419fa9
4 changed files with 3 additions and 4 deletions
|
@ -112,7 +112,7 @@ class plugin_WebUi(object):
|
||||||
self.config.set("button_style", 2)
|
self.config.set("button_style", 2)
|
||||||
self.config.set("auto_refresh", False)
|
self.config.set("auto_refresh", False)
|
||||||
self.config.set("auto_refresh_secs", 4)
|
self.config.set("auto_refresh_secs", 4)
|
||||||
self.config.set("template", "deluge")
|
self.config.set("template", "advanced")
|
||||||
self.config.save(self.config_file)
|
self.config.save(self.config_file)
|
||||||
|
|
||||||
if not self.config.get("pwd_salt"):
|
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"))
|
$:render.header(_("Remove torrent"))
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<form method="POST" action='/torrent/delete/$torrent_ids'>
|
<form method="POST" action='/torrent/delete/$torrent_ids'>
|
||||||
<input type="hidden" name="redir" value="$get('redir')">
|
|
||||||
<div id="del_torrent">
|
<div id="del_torrent">
|
||||||
|
|
||||||
<h2>$_("Remove torrent")</h2>
|
<h2>$_("Remove torrent")</h2>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
180
|
172
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue