aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-12-10 14:02:48 +1000
committeronefang2019-12-10 14:02:48 +1000
commit4e36fde4be7a4e6f604380810900ee1913c20483 (patch)
tree82c560b35af2afc92d8624e90759438eb59e70c2
parentfix LICENSE links (diff)
downloadapt-panopticon_cgp-4e36fde4be7a4e6f604380810900ee1913c20483.zip
apt-panopticon_cgp-4e36fde4be7a4e6f604380810900ee1913c20483.tar.gz
apt-panopticon_cgp-4e36fde4be7a4e6f604380810900ee1913c20483.tar.bz2
apt-panopticon_cgp-4e36fde4be7a4e6f604380810900ee1913c20483.tar.xz
Add some basic instructions for active graph.
-rw-r--r--detail.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/detail.php b/detail.php
index 875074b..0609d0e 100644
--- a/detail.php
+++ b/detail.php
@@ -71,6 +71,7 @@ if ($CONFIG['graph_type'] == 'canvas') {
71 ); 71 );
72} 72}
73echo '</div>'; 73echo '</div>';
74echo '<p>Drag graph back and forth, or mouse scroll to zoom in or out.</p>';
74echo "</fieldset>\n"; 75echo "</fieldset>\n";
75 76
76html_end(); 77html_end();