Changeset 5849

Show
Ignore:
Timestamp:
07/23/08 16:19:00 (3 months ago)
Author:
shotamchay
Message:

hostgroup and servicegroup graphs are removed from Home page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/home/home.ihtml

    r5748 r5849  
    1616                                        </td> 
    1717                                </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> 
    3218                        </table> 
    3319                </td>