summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-04 03:36:38 +0000
committerBill Marquette <billm@pfsense.org>2005-06-04 03:36:38 +0000
commit570cdbcf3e80dfb3fa8de6ddd71a2cab95d56404 (patch)
treee8421499789f5a3071ea21478c2bb1e14698ecf4 /usr/local/www/status_graph.php
parentf1f924bf245e3263b0ead916cb987f69d4cda7ba (diff)
downloadpfsense-570cdbcf3e80dfb3fa8de6ddd71a2cab95d56404.zip
pfsense-570cdbcf3e80dfb3fa8de6ddd71a2cab95d56404.tar.gz
Oops, guess that <form> was needed after all!
Pointed-out-by: hoba@
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 05a0310..caf57d8 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -88,7 +88,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
<embed src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
-<p>
+<p><form method="post" action="status_graph.php">
Graph Width: <input name="width" value="<? echo $width; ?>"> Height: <input name="height" value="<? echo $height; ?>"> <input type="submit" value="Change Graph Size"></p>
<p><span class="red"><strong>Note:</strong></span> the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a> is required to view the graph.
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud