From 2f44eb2c7f8d66f4430298d13aebcc6bd9469f58 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 18 Dec 2014 11:39:42 +0100 Subject: [PATCH] Fixed a typo in pandoradb_data.sql. --- pandora_console/pandoradb_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 2959d7fa72..31e088b937 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -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;