mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#15752)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
$link_array = [
|
||||
'page' => 'device',
|
||||
'page' => 'device',
|
||||
'device' => $device['device_id'],
|
||||
'tab' => 'apps',
|
||||
'app' => 'borgbackup',
|
||||
'tab' => 'apps',
|
||||
'app' => 'borgbackup',
|
||||
];
|
||||
|
||||
$mode = $app->data['mode'] ?? 'single';
|
||||
|
Reference in New Issue
Block a user