power frequencies in web interface, still needs an icon in the main menu

git-svn-id: http://www.observium.org/svn/observer/trunk@1096 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-03 10:53:10 +00:00
parent 647bf59d1c
commit 389ea564d5
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ while($voltage = mysql_fetch_array($sql))
$hostname = gethostbyid($voltage['device_id']);
$descr = substr(str_pad($voltage['volt_descr'], 17),0,17);
$descr = substr(str_pad($voltage['volt_descr'], 15),0,15);
$rrd_filename = $config['rrd_dir'] . "/".$device['hostname']."/" . safename("volt-" . $voltage['volt_descr'] . ".rrd");
$volt_id = $voltage['volt_id'];