mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes graph drag not working
This commit is contained in:
parent
0c561bd295
commit
014d249a62
1 changed files with 5 additions and 2 deletions
|
|
@ -482,8 +482,11 @@ $(document).ready(function(){
|
|||
|
||||
$(`#select-time-presets`).val('custom');
|
||||
|
||||
$inputBeginEpoch.datetimepicker('date', begin);
|
||||
$inputEndEpoch.datetimepicker('date', end);
|
||||
$(`#begin-date`).attr('value', begin.format('YYYY-MM-DD'));
|
||||
$(`#begin-time`).attr('value', begin.format('HH:mm'));
|
||||
|
||||
$(`#end-date`).attr('value', end.format('YYYY-MM-DD'));
|
||||
$(`#end-time`).attr('value', end.format('HH:mm'));
|
||||
|
||||
await onRangePickerChange(true);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue