2010-03-24 Junichi Satoh <junichi@rworks.jp>
* operation/snmpconsole/snmp_view.php: To follow timestamp setting, changed the function to use, from human_time_comparation() to print_timestamp(). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2522 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2a6b2c553e
commit
43a1556623
|
@ -1,3 +1,9 @@
|
|||
2010-03-24 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* operation/snmpconsole/snmp_view.php: To follow timestamp setting,
|
||||
changed the function to use, from human_time_comparation() to
|
||||
print_timestamp().
|
||||
|
||||
2010-03-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/jquery.ui.resizable.js: add library of jQuery.ui for
|
||||
|
|
|
@ -384,7 +384,7 @@ if ($traps !== false) {
|
|||
|
||||
// Timestamp
|
||||
$data[6] = '<span title="'.$trap["timestamp"].'">';
|
||||
$data[6] .= human_time_comparation ($trap["timestamp"]);
|
||||
$data[6] .= print_timestamp ($trap["timestamp"], true);
|
||||
$data[6] .= '</span>';
|
||||
|
||||
// Use alert severity if fired
|
||||
|
|
Loading…
Reference in New Issue