Changeset 6234

Show
Ignore:
Timestamp:
08/21/08 16:01:11 (3 months ago)
Author:
jmathis
Message:

remove ods

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/install/sql/Update-DB-2.0-RC2_to_2.0-RC3.sql

    r6227 r6234  
    5050 
    5151DELETE FROM `topology` WHERE `topology_page` = 40211 LIMIT 1; 
    52 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); 
     52INSERT 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); 
    5353INSERT INTO `topology_JS` (`id_t_js`, `id_page`, `o`, `PathName_js`, `Init`) VALUES( NULL, 40201, NULL, './include/common/javascript/datePicker.js', ''); 
    5454INSERT INTO `topology_JS` (`id_t_js`, `id_page`, `o`, `PathName_js`, `Init`) VALUES( NULL, 40201, NULL, './include/common/javascript/codebase/dhtmlxtree.js', NULL);