Changeset 5849
- Timestamp:
- 07/23/08 16:19:00 (3 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/www/include/home/home.ihtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/home/home.ihtml
r5748 r5849 16 16 </td> 17 17 </tr> 18 <tr>19 <td colspan="2">{php}20 include_once './lib/ofc-library/open_flash_chart_object.php';21 open_flash_chart_object( 700, 220, './include/home/pie-hostgroup.php?sid='.session_id());22 {/php}23 </td>24 </tr>25 <tr>26 <td colspan="2">{php}27 include_once './lib/ofc-library/open_flash_chart_object.php';28 open_flash_chart_object( 700, 220, './include/home/pie-svcgroup.php?sid='.session_id());29 {/php}30 </td>31 </tr>32 18 </table> 33 19 </td>
