2010-03-05 Miguel de Dios <miguel.dedios@artica.es>
* pandoradb_data.sql: changed some the descriptions text of table type modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2479 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
82f36884fb
commit
7e3e9d4584
|
@ -1,3 +1,8 @@
|
|||
2010-03-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandoradb_data.sql: changed some the descriptions text of table
|
||||
type modules.
|
||||
|
||||
2010-03-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: fix the type for when
|
||||
|
|
|
@ -204,10 +204,10 @@ INSERT INTO `torigen` VALUES
|
|||
--
|
||||
|
||||
INSERT INTO `ttipo_modulo` VALUES
|
||||
(1,'generic_data',0,'Generic module to adquire numeric data','mod_data.png'),
|
||||
(2,'generic_proc',1,'Generic module to adquire boolean data','mod_proc.png'),
|
||||
(3,'generic_data_string',2,'Generic module to adquire alphanumeric data','mod_string.png'),
|
||||
(4,'generic_data_inc',0,'Generic module to adquire numeric incremental data','mod_data_inc.png'),
|
||||
(1,'generic_data',0,'Generic numeric','mod_data.png'),
|
||||
(2,'generic_proc',1,'Generic boolean','mod_proc.png'),
|
||||
(3,'generic_data_string',2,'Generic string','mod_string.png'),
|
||||
(4,'generic_data_inc',0,'Generic numeric incremental','mod_data_inc.png'),
|
||||
|
||||
(6,'remote_icmp_proc',4,'Remote ICMP network agent, boolean data','mod_icmp_proc.png'),
|
||||
(7,'remote_icmp',3,'Remote ICMP network agent (latency)','mod_icmp_data.png'),
|
||||
|
|
Loading…
Reference in New Issue