1<?php
2/*
3 * This program is free software: you can redistribute it and/or modify it
4 * under the terms of the GNU General Public License as published by the
5 * Free Software Foundation, either version 3 of the License, or (at your
6 * option) any later version.  Please see LICENSE.txt at the top level of
7 * the source code distribution for details.
8 *
9 * @package    LibreNMS
10 * @subpackage webui
11 * @link       https://www.librenms.org
12 * @copyright  2019 LibreNMS
13 * @author     LibreNMS Contributors
14*/
15
16$no_refresh = true;
17$device_id = '';
18$vars['fromdevice'] = false;
19require_once 'includes/html/modal/alert_details.php';
20require_once 'includes/html/common/alert-log.inc.php';
21echo implode('', $common_output);
22unset($device_id);
23