Changeset 6252

Show
Ignore:
Timestamp:
08/21/08 19:22:10 (5 months ago)
Author:
jmathis
Message:

change dir name for graphs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/install/insertTopology.sql

    r6227 r6252  
    148148INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'CentStorage', './img/icones/16x16/chart.gif', 501, 50106, 15, 1, './include/options/oreon/generalOpt/generalOpt.php', '&o=ods', '0', '0', '1', NULL, NULL, NULL); 
    149149INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Options', './img/icones/16x16/nagios.gif', 50106, 5010601, 15, 1, './include/options/oreon/generalOpt/generalOpt.php', '&o=ods', '0', '0', '1', NULL, NULL, NULL); 
    150 INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Manage', './img/icones/16x16/data_down.gif', 50106, 5010602, 20, 1, './include/options/ods/manageData.php', NULL, '0', '0', '1', NULL, NULL, NULL); 
     150INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Manage', './img/icones/16x16/data_down.gif', 50106, 5010602, 20, 1, './include/options/centStorage/manageData.php', NULL, '0', '0', '1', NULL, NULL, NULL); 
    151151INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Dashboard', NULL, 307, NULL, NULL, 50, NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL); 
    152152INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Dashboard', NULL, 3, 307, 3, 1, NULL, NULL, '0', '0', '1', NULL, NULL, NULL); 
     
    157157INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Graphs', NULL, 4, 402, 10, 1, '', NULL, '0', '0', '1', NULL, NULL, NULL); 
    158158INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Graphs', NULL, 402, NULL, NULL, 40, NULL, NULL, '0', '0', '1', NULL, NULL, NULL); 
    159 INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'All Graphs', './img/icones/16x16/column-chart.gif', 402, 40201, 10, 40, './include/views/graphs/graphODS.php', NULL, '0', '0', '1', NULL, NULL, NULL); 
     159INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'All Graphs', './img/icones/16x16/column-chart.gif', 402, 40201, 10, 40, './include/views/graphs/graphs.php', NULL, '0', '0', '1', NULL, NULL, NULL); 
    160160INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Templates', NULL, 402, NULL, NULL, 43, NULL, NULL, '0', '0', '1', NULL, NULL, NULL); 
    161161INSERT INTO `topology` (`topology_id`, `topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`) VALUES(NULL, 'Templates', './img/icones/16x16/layout_vertical.gif', 402, 40204, 40, 43, './include/views/graphs/graphTemplates/graphTemplates.php', NULL, '0', '0', '1', NULL, NULL, NULL);