2014-06-02 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: restored the lost code from the branch 5. Incident: #845 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10072 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
dba745e2fa
commit
7d91bbb077
|
@ -1,9 +1,16 @@
|
|||
2014-06-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||
2014-06-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/snmpconsole/snmp_view.php: restored the lost code from
|
||||
the branch 5.
|
||||
|
||||
Incident: #845
|
||||
|
||||
2014-06-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* general/news_dialog.php: fixed the empty list of news in the first
|
||||
login.
|
||||
|
||||
2014-06-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||
2014-06-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandoradb_data.sql: fixed the insertion data of tnews, the lost
|
||||
columns.
|
||||
|
|
|
@ -147,6 +147,11 @@ $table->size = array ();
|
|||
$table->size[0] = '120px';
|
||||
$table->data = array ();
|
||||
|
||||
// All traps
|
||||
$all_traps = db_get_all_rows_sql ("SELECT DISTINCT source FROM ttrap");
|
||||
if (empty($all_traps))
|
||||
$all_traps = array();
|
||||
|
||||
// Set filters
|
||||
$agents = array ();
|
||||
$oids = array ();
|
||||
|
|
Loading…
Reference in New Issue