mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Disable refreshing on window resize when $no_refresh is set.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
$details_visible = var_export($vars['format'] == 'list_detail', 1);
|
||||
$errors_visible = var_export($vars['format'] == 'list_detail' || $vars['errors'], 1);
|
||||
$no_refresh = true;
|
||||
|
||||
if ($vars['errors']) {
|
||||
$error_sort = ' data-order="desc"';
|
||||
|
Reference in New Issue
Block a user