Changeset 6732

Show
Ignore:
Timestamp:
10/06/08 15:48:35 (2 months ago)
Author:
shotamchay
Message:

topology for configuration action logs

Location:
trunk/centreon/www/install
Files:
2 modified

Legend:

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

    r6715 r6732  
    210210INSERT 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); 
    211211INSERT 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  
     212INSERT 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); 
    213213 
    214214-- 
  • trunk/centreon/www/install/sql/Update-CSTG-2.0_to_2.1.sql

    r6685 r6732  
    3131  KEY `action_log_id` (`action_log_id`) 
    3232) ENGINE=MyISAM  DEFAULT CHARSET=utf8; 
     33 
     34 
     35DELETE FROM `topology` WHERE topology_name='Logs' AND topology_page='508'; 
     36DELETE FROM `topology` WHERE topology_name='Configuration' AND topology_page='50801'; 
     37INSERT 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); 
     38INSERT 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);