Fixed a typo in pandoradb_data.sql.

This commit is contained in:
Ramon Novoa 2014-12-18 11:39:42 +01:00
parent edce8f5558
commit 2f44eb2c7f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ INSERT INTO `tconfig_os` (`id_os`, `name`, `description`, `icon_name`) VALUES
(16, 'VMware', 'VMware Architecture', 'so_vmware.png'),
(17, 'Router', 'Generic router', 'so_router.png'),
(18, 'Switch', 'Generic switch', 'so_switch.png'),
(19, 'Satellite', 'Satellite agent', 'satellite.png');
(19, 'Satellite', 'Satellite agent', 'satellite.png'),
(20, 'Mainframe', 'Mainframe agent', 'so_mainframe.png');
UNLOCK TABLES;