#11360 historigram default 1hour
This commit is contained in:
parent
1bf4657efa
commit
4f51d31f3f
|
@ -6651,6 +6651,8 @@ function chooseType() {
|
||||||
$("#row_agent").show();
|
$("#row_agent").show();
|
||||||
$("#row_module").show();
|
$("#row_module").show();
|
||||||
$("#row_historical_db_check").hide();
|
$("#row_historical_db_check").hide();
|
||||||
|
period_set_value($("#hidden-period").attr('class'), 3600);
|
||||||
|
$("#row_period").find('select').val('3600').trigger('change');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'SLA_monthly':
|
case 'SLA_monthly':
|
||||||
|
|
Loading…
Reference in New Issue