mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
parent
8e2077e02d
commit
49ad12a1a9
1 changed files with 4 additions and 2 deletions
|
|
@ -1,14 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Graphite\Controllers;
|
||||
|
||||
use DirectoryIterator;
|
||||
use Icinga\Exception\NotFoundError;
|
||||
use Icinga\Module\Graphite\GraphiteUtil;
|
||||
use Icinga\Module\Graphite\GraphiteWeb;
|
||||
use Icinga\Module\Graphite\GraphTemplate;
|
||||
use Icinga\Web\Controller;
|
||||
use Icinga\Web\Widget;
|
||||
use \DirectoryIterator;
|
||||
|
||||
class Graphite_ShowController extends Controller
|
||||
class ShowController extends Controller
|
||||
{
|
||||
protected $baseUrl;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue