mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Misc webui code cleanups (#14242)
* Misc webui cleanups * Style * More * graphing fixes * More graph cleanups * more fixes, graphs and device pages * style
This commit is contained in:
@@ -111,6 +111,7 @@ class DeviceController extends Controller
|
||||
{
|
||||
ob_start();
|
||||
$device = $device->toArray();
|
||||
$device['os_group'] = Config::get("os.{$device['os']}.group");
|
||||
Debug::set(false);
|
||||
chdir(base_path());
|
||||
$init_modules = ['web', 'auth'];
|
||||
|
Reference in New Issue
Block a user