2014-08-02 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/estado_monitores.php: Fixed that module data display does not work correctly when time range mode is selected and paginated. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10372 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ee99be3fde
commit
5a0ab35647
|
@ -1,3 +1,9 @@
|
|||
2014-08-02 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* operation/agentes/estado_monitores.php: Fixed that module data
|
||||
display does not work correctly when time range mode is selected
|
||||
and paginated.
|
||||
|
||||
2014-08-02 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* operation/agentes/estado_agente.php: Fixed sql error.
|
||||
|
|
|
@ -781,7 +781,7 @@ ui_require_jquery_file("ui.datepicker-" . get_user_language(), "include/javascri
|
|||
|
||||
var server_name = '';
|
||||
var extra_parameters = '';
|
||||
if (period == -1) {
|
||||
if ($('input[name=selection_mode]:checked').val()) {
|
||||
|
||||
period = $('#period').val();
|
||||
|
||||
|
|
Loading…
Reference in New Issue