Menu

#11 auto refresh in queue overview page

open
nobody
None
5
2007-02-20
2007-02-20
Anonymous
No

This patch will cause the Queue overview html page to refresh each 15 seconds, instead of being a static page needing manual refreshes.

Short: Just add "<meta http-equiv="refresh" content="15">" into the <head> part of queue.tmpl.

Patch format generated by 'diff -u queue.tmpl.org queue.tmpl':

--- queue.tmpl.org 2007-02-20 23:25:40.000000000 +0100
+++ queue.tmpl 2007-02-20 23:26:18.000000000 +0100
@@ -3,6 +3,7 @@
<head>
<title>SABnzbd-$version - Uptime: $uptime</title>
<link rel="stylesheet" type="text/css" href="../default.css"/>
+ <meta http-equiv="refresh" content="15">
</head>
<body>
<h1><span id="first">SAB</span><span id="second">nzbd</span><span id="catchfrase">The automatic usenet download tool</span></h1>

Discussion


Log in to post a comment.