Merge branch 'ent-11360-intervalo-en-1-hora-por-defecto-en-item-de-informe-module-histogram-graph' into 'develop'
Ent 11360 intervalo en 1 hora por defecto en item de informe module histogram graph See merge request artica/pandorafms!6166
This commit is contained in:
commit
7f2918990c
|
@ -6720,6 +6720,8 @@ function chooseType() {
|
|||
$("#row_agent").show();
|
||||
$("#row_module").show();
|
||||
$("#row_historical_db_check").hide();
|
||||
period_set_value($("#hidden-period").attr('class'), 3600);
|
||||
$("#row_period").find('select').val('3600').trigger('change');
|
||||
break;
|
||||
|
||||
case 'SLA_monthly':
|
||||
|
|
Loading…
Reference in New Issue