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:
jsatoh 2014-08-02 09:04:57 +00:00
parent ee99be3fde
commit 5a0ab35647
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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();