Changeset 757 for branches/0.4/web/addons/job_monarch/overview.php
- Timestamp:
- 03/26/13 21:54:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/overview.php
r753 r757 1154 1154 $cell = "<td class=$class>". "<b><a href=$host_link>$host</a></b><br>". "<i>$metricname:</i> <b>$textval</b></td>"; 1155 1155 } else { 1156 $cell = "< TD><DIV ID=\"monarchimage\"><A HREF=\"$host_link\">" . "<IMG SRC=\"./graph.php?$graphargs\" " . "ALT=\"$host\" BORDER=0 WIDTH=381 HEIGHT=148></A></DIV></TD>";1156 $cell = "<A HREF=\"$host_link\">" . "<IMG SRC=\"./graph.php?$graphargs\" " . "ALT=\"$host\" BORDER=0 WIDTH=381 HEIGHT=148></A>"; 1157 1157 } 1158 1158 1159 1159 $metric_loop["metric_image"] = $cell; 1160 1160 1161 if(! ($i++ % $hostcols) )1162 {1163 $metric_loop["br"] = "</tr><tr>";1164 }1161 //if(! ($i++ % $hostcols) ) 1162 //{ 1163 // $metric_loop["br"] = "</tr><tr>"; 1164 //} 1165 1165 $sorted_list[] = $metric_loop; 1166 1166 }
Note: See TracChangeset
for help on using the changeset viewer.