Connection List: disable auto-refresh by default

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
Libra
Posts: 9
Joined: Wed Mar 07, 2012 6:28 pm
Location: Belgium

Connection List: disable auto-refresh by default

Post by Libra »

The Connection List page shouldn't auto-refresh by default.
It can be pretty big, so refreshing every 2 seconds often doesn't let it load before being refreshed.

So I suggest adding a "selected" attribute next to the "Never" option:

Code: Select all

--- G:/gargoyle/package/gargoyle/files/www/conntrack.sh	Wed Mar 21 22:52:05 2012
+++ G:/gargoyle/package/gargoyle/files/www/conntrack new.sh	Wed Dec 19 12:54:50 2012
@@ -39,7 +39,7 @@
 				<option value="10000">10 Seconds</option>
 				<option value="30000">30 Seconds</option>
 				<option value="60000">60 Seconds</option>
-				<option value="never">Never</option>
+				<option value="never" selected>Never</option>
 			</select>
 		</div>
 		<div>

Post Reply