Changeset 1256
- Timestamp:
- 12/20/06 11:02:53 (6 years ago)
- Location:
- ccsweb/trunk/ccs_mods/graphs
- Files:
-
- 8 added
- 3 edited
-
config-del.tpl (added)
-
config-graphs.php (added)
-
config-graphs.tpl (added)
-
config-group.tpl (added)
-
config-part-div.js (added)
-
config-part-div.tpl (added)
-
config-part.tpl (added)
-
config-type.tpl (added)
-
graphs.php (modified) (1 diff)
-
index.tpl (modified) (1 diff)
-
snmp-log.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ccsweb/trunk/ccs_mods/graphs/graphs.php
r1224 r1256 25 25 /* Setup the bottom menu */ 26 26 ccs_menu_bottom_add(array(mk_menu_item("Graph Viewer", "/mods/graphs/graphs.php"), 27 mk_menu_item("SNMP Discovery log", "/mods/graphs/snmp-log.php") 27 mk_menu_item("SNMP Discovery log", "/mods/graphs/snmp-log.php"), 28 mk_menu_item("Configure Graphs", "/mods/graphs/config-graphs.php") 28 29 )); 29 30 -
ccsweb/trunk/ccs_mods/graphs/index.tpl
r1224 r1256 72 72 </select> 73 73 Graph of {$graph.host_name} - {if $graph.description != ''}{$graph.description}-{$graph.ip_address}{else}{$graph.ip_address}{/if}<br /> 74 <img id="img{$i++}" src="http://puck.crc.net.nz:6061/graphs/{$graph.host_name}/{$time_id}/{$graph.graph_id}?number={$graph.num} "><br />74 <img id="img{$i++}" src="http://puck.crc.net.nz:6061/graphs/{$graph.host_name}/{$time_id}/{$graph.graph_id}?number={$graph.num}&force=1"><br /> 75 75 </td><td> 76 76 {if $graph.num2 != ''} 77 77 Graph of {$graph.host_name2} - {if $graph.description != ''}{$graph.description}-{$graph.ip_address2}{else}{$graph.ip_address2}{/if}<br /> 78 <img src="http://puck.crc.net.nz:6061/graphs/{$graph.host_name2}/{$time_id}/{$graph.graph_id}?number={$graph.num2} "><br />78 <img src="http://puck.crc.net.nz:6061/graphs/{$graph.host_name2}/{$time_id}/{$graph.graph_id}?number={$graph.num2}&force=1"><br /> 79 79 {/if} 80 80 </td></tr> -
ccsweb/trunk/ccs_mods/graphs/snmp-log.php
r1226 r1256 25 25 /* Setup the bottom menu */ 26 26 ccs_menu_bottom_add(array(mk_menu_item("Graph Viewer", "/mods/graphs/graphs.php"), 27 mk_menu_item("SNMP Discovery log", "/mods/graphs/snmp-log.php") 27 mk_menu_item("SNMP Discovery log", "/mods/graphs/snmp-log.php"), 28 mk_menu_item("Configure Graphs", "/mods/graphs/config-graphs.php") 28 29 )); 29 30
Note: See TracChangeset
for help on using the changeset viewer.
