diff options
author | onefang | 2019-12-10 14:02:48 +1000 |
---|---|---|
committer | onefang | 2019-12-10 14:02:48 +1000 |
commit | 4e36fde4be7a4e6f604380810900ee1913c20483 (patch) | |
tree | 82c560b35af2afc92d8624e90759438eb59e70c2 /detail.php | |
parent | fix LICENSE links (diff) | |
download | apt-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.
Diffstat (limited to 'detail.php')
-rw-r--r-- | detail.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ if ($CONFIG['graph_type'] == 'canvas') { | |||
71 | ); | 71 | ); |
72 | } | 72 | } |
73 | echo '</div>'; | 73 | echo '</div>'; |
74 | echo '<p>Drag graph back and forth, or mouse scroll to zoom in or out.</p>'; | ||
74 | echo "</fieldset>\n"; | 75 | echo "</fieldset>\n"; |
75 | 76 | ||
76 | html_end(); | 77 | html_end(); |