Changeset 6732
- Timestamp:
- 10/06/08 15:48:35 (2 months ago)
- Location:
- trunk/centreon/www/install
- Files:
-
- 2 modified
-
insertTopology.sql (modified) (1 diff)
-
sql/Update-CSTG-2.0_to_2.1.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/install/insertTopology.sql
r6715 r6732 210 210 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, 'Actions Access', './img/icones/16x16/wrench.gif', 502, 50204, 25, 1, './include/options/accessLists/actionsACL/actionsConfig.php', NULL, '0', '0', '1', NULL, NULL, NULL); 211 211 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, 'Logs', NULL, 5, 508, 25, 1, './include/options/configurationChangelog/viewLogs.php', NULL, '0', '0', '1', NULL, NULL, NULL); 212 212 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, 'Configuration', './img/icones/16x16/text_code.gif', 5, 50801, 10, 80, './include/options/configurationChangelog/viewLogs.php', NULL, '0', '0', '1', NULL, NULL, NULL); 213 213 214 214 -- -
trunk/centreon/www/install/sql/Update-CSTG-2.0_to_2.1.sql
r6685 r6732 31 31 KEY `action_log_id` (`action_log_id`) 32 32 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 33 34 35 DELETE FROM `topology` WHERE topology_name='Logs' AND topology_page='508'; 36 DELETE FROM `topology` WHERE topology_name='Configuration' AND topology_page='50801'; 37 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, 'Logs', NULL, 5, 508, 25, 1, './include/options/configurationChangelog/viewLogs.php', NULL, '0', '0', '1', NULL, NULL, NULL); 38 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, 'Configuration', './img/icones/16x16/text_code.gif', 5, 50801, 10, 80, './include/options/configurationChangelog/viewLogs.php', NULL, '0', '0', '1', NULL, NULL, NULL);
