Agents show events 24h switch checked default
This commit is contained in:
parent
025aa9f72a
commit
a8a201cf19
|
@ -2000,7 +2000,7 @@ if ($table_events) {
|
|||
include_once 'include/functions_graph.php';
|
||||
|
||||
$id_agente = (int) get_parameter('id_agente');
|
||||
$all_events_24h = (int) get_parameter('all_events_24h');
|
||||
$all_events_24h = (int) get_parameter('all_events_24h', 1);
|
||||
|
||||
// Fix: for tag functionality groups have to be all user_groups
|
||||
// (propagate ACL funct!).
|
||||
|
|
|
@ -43,7 +43,7 @@ html_print_div(
|
|||
?>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
events_table(0);
|
||||
events_table(1);
|
||||
});
|
||||
|
||||
function events_table(all_events_24h){
|
||||
|
|
Loading…
Reference in New Issue