diff options
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index 4313613b2..7b18c2901 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -7,7 +7,8 @@ <body id="PerformanceMemory">
<script type="text/javascript"><!--
function reloadGraph() {
- document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime() ;
+ if(document.forms["optionreloadGraph"].option.checked)
+ document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime();
window.status="";
}
window.setInterval("reloadGraph()", 1000);
@@ -77,9 +78,8 @@ </dl>
</fieldset>
</form>
-
- <p><img src="PerformanceGraph.png" name="graph" /></p>
-
+ <p><img src="PerformanceGraph.png" name="graph" /></p>
+ <p><form name="optionreloadGraph"><input type="checkbox" name="option" /> auto-reload graph</form></p>
<p><strong>EcoTable RAM Index:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
|
