File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 136136 'decimal-sep ' => ', ' ,
137137 'thousands-sep ' => ' ' ,
138138 'list-view ' => 'table ' , // table/tree - default key list view
139- 'panelrefresh ' => 30000 , // In ms , refresh interval for panels - default 30000 (30s)
139+ 'panelrefresh ' => 30 , // In seconds , refresh interval for panels - default 30
140140];
Original file line number Diff line number Diff line change 2828
2929 document .documentElement .classList .toggle (' dark' , current_theme === ' dark' );
3030
31- const panels_refresh_interval = {{ config(' panelrefresh' , 2000 ) }};
31+ const panels_refresh_interval = {{ config(' panelrefresh' , 30 ) * 1000 }};
3232 const ajax_panels = {{ ajax_panels is defined and ajax_panels == true ? ' true' : ' false' }};
3333 </script >
3434</head >
You can’t perform that action at this time.
0 commit comments