Authored by htoooth

fix

... ... @@ -334,7 +334,13 @@
}
function clearSelect() {
$('#selectedHost').val('');
$('#selectedApp').val('');
$('#selectedType').val('');
$('#selectedCode').val('');
$('#selectedRoute').val('');
$('#selectedApi').val('');
$('#reportrange').trigger('cancel.daterangepicker');
}
</script>
\ No newline at end of file
... ...