Merge branch 'ent-4742-revision-completa-de-informes-nodo-basico-en-nodo' into 'develop'

Fixed bug in reports

See merge request artica/pandorafms!2846
This commit is contained in:
Daniel Rodriguez 2020-02-10 11:40:33 +01:00
commit 0eea306c4d
1 changed files with 1 additions and 4 deletions

View File

@ -191,12 +191,8 @@ switch ($action) {
case 'top_n':
case 'exception':
case 'general':
case 'network_interfaces_report':
case 'availability':
case 'event_report_log':
case 'increment':
case 'availability_graph':
case 'agent_module':
$get_data_editor = true;
break;
@ -3857,6 +3853,7 @@ $(document).ready (function () {
case 'historical_data':
case 'agent_configuration':
case 'module_histogram_graph':
case 'event_report_log':
case 'increment':
if ($("#hidden-id_agent").val() == 0) {
dialog_message('#message_no_agent');