mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Added option to disable lazy loading of images
This commit is contained in:
@@ -177,6 +177,11 @@ $config['web_mouseover'] = TRUE;
|
||||
```
|
||||
You can disable the mouseover popover for mini graphs by setting this to FALSE.
|
||||
|
||||
```php
|
||||
$config['enable_lazy_load'] = true;
|
||||
```
|
||||
You can disable image lazy loading by setting this to false.
|
||||
|
||||
```php
|
||||
$config['show_overview_tab'] = TRUE;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user