mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -62,8 +62,8 @@ class OverviewController extends Controller
|
||||
if (isset($dashboard) && ! empty($request->dashboard)) {
|
||||
Toastr::error(
|
||||
"Dashboard <code>#$request->dashboard</code> does not exist! Loaded <code>
|
||||
" . htmlentities($dashboard->dashboard_name) . "</code> instead.",
|
||||
"Requested Dashboard Not Found!"
|
||||
" . htmlentities($dashboard->dashboard_name) . '</code> instead.',
|
||||
'Requested Dashboard Not Found!'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user