mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
parent
85961d4f42
commit
d1e116a5a1
@ -24,10 +24,10 @@ use Icinga\Module\Director\Web\Widget\ShowConfigFile;
|
|||||||
use Icinga\Web\Notification;
|
use Icinga\Web\Notification;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
use Exception;
|
use Exception;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\HtmlString;
|
use dipl\Html\HtmlString;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class ConfigController extends ActionController
|
class ConfigController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ use Icinga\Module\Director\Web\Table\DatafieldTable;
|
|||||||
use Icinga\Module\Director\Web\Table\DatalistEntryTable;
|
use Icinga\Module\Director\Web\Table\DatalistEntryTable;
|
||||||
use Icinga\Module\Director\Web\Table\DatalistTable;
|
use Icinga\Module\Director\Web\Table\DatalistTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\DataTabs;
|
use Icinga\Module\Director\Web\Tabs\DataTabs;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class DataController extends ActionController
|
class DataController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
|
|
||||||
class DependenciesController extends ObjectsController
|
class DependenciesController extends ObjectsController
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@ use Icinga\Module\Director\Web\Table\IcingaHostAppliedServicesTable;
|
|||||||
use Icinga\Module\Director\Web\Table\IcingaHostServiceTable;
|
use Icinga\Module\Director\Web\Table\IcingaHostServiceTable;
|
||||||
use Icinga\Module\Director\Web\Table\IcingaServiceSetServiceTable;
|
use Icinga\Module\Director\Web\Table\IcingaServiceSetServiceTable;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class HostController extends ObjectController
|
class HostController extends ObjectController
|
||||||
{
|
{
|
||||||
|
@ -8,7 +8,7 @@ use Icinga\Data\Filter\FilterExpression;
|
|||||||
use Icinga\Module\Director\Forms\IcingaAddServiceForm;
|
use Icinga\Module\Director\Forms\IcingaAddServiceForm;
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class HostsController extends ObjectsController
|
class HostsController extends ObjectsController
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ use Icinga\Module\Director\Web\Table\ImportsourceHookTable;
|
|||||||
use Icinga\Module\Director\Web\Table\PropertymodifierTable;
|
use Icinga\Module\Director\Web\Table\PropertymodifierTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\ImportsourceTabs;
|
use Icinga\Module\Director\Web\Tabs\ImportsourceTabs;
|
||||||
use Icinga\Module\Director\Web\Widget\ImportSourceDetails;
|
use Icinga\Module\Director\Web\Widget\ImportSourceDetails;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class ImportsourceController extends ActionController
|
class ImportsourceController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -10,8 +10,8 @@ use Icinga\Module\Director\Web\Table\CoreApiObjectsTable;
|
|||||||
use Icinga\Module\Director\Web\Table\CoreApiPrototypesTable;
|
use Icinga\Module\Director\Web\Table\CoreApiPrototypesTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\ObjectTabs;
|
use Icinga\Module\Director\Web\Tabs\ObjectTabs;
|
||||||
use Icinga\Module\Director\Web\Tree\InspectTreeRenderer;
|
use Icinga\Module\Director\Web\Tree\InspectTreeRenderer;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class InspectController extends ActionController
|
class InspectController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class SchemaController extends ActionController
|
class SchemaController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,7 @@ use Icinga\Module\Director\Objects\IcingaZone;
|
|||||||
use Icinga\Module\Director\Settings;
|
use Icinga\Module\Director\Settings;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
|
|
||||||
class SelfServiceController extends ActionController
|
class SelfServiceController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -11,8 +11,8 @@ use Icinga\Module\Director\Objects\IcingaHost;
|
|||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use Icinga\Module\Director\Web\Table\IcingaAppliedServiceTable;
|
use Icinga\Module\Director\Web\Table\IcingaAppliedServiceTable;
|
||||||
use Icinga\Web\Widget\Tab;
|
use Icinga\Web\Widget\Tab;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class ServiceController extends ObjectController
|
class ServiceController extends ObjectController
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,7 @@ use Icinga\Module\Director\Web\Controller\ObjectController;
|
|||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use Icinga\Module\Director\Web\Table\IcingaServiceSetHostTable;
|
use Icinga\Module\Director\Web\Table\IcingaServiceSetHostTable;
|
||||||
use Icinga\Module\Director\Web\Table\IcingaServiceSetServiceTable;
|
use Icinga\Module\Director\Web\Table\IcingaServiceSetServiceTable;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class ServicesetController extends ObjectController
|
class ServicesetController extends ObjectController
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@ use Icinga\Module\Director\Forms\KickstartForm;
|
|||||||
use Icinga\Module\Director\Forms\SelfServiceSettingsForm;
|
use Icinga\Module\Director\Forms\SelfServiceSettingsForm;
|
||||||
use Icinga\Module\Director\Settings;
|
use Icinga\Module\Director\Settings;
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
|
|
||||||
class SettingsController extends ActionController
|
class SettingsController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@ use Icinga\Module\Director\Objects\IcingaHost;
|
|||||||
use Icinga\Module\Director\Objects\IcingaService;
|
use Icinga\Module\Director\Objects\IcingaService;
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use Icinga\Data\Filter\Filter;
|
use Icinga\Data\Filter\Filter;
|
||||||
use ipl\Html\Util;
|
use dipl\Html\Util;
|
||||||
use Icinga\Module\Director\Objects\HostApplyMatches;
|
use Icinga\Module\Director\Objects\HostApplyMatches;
|
||||||
|
|
||||||
class SuggestController extends ActionController
|
class SuggestController extends ActionController
|
||||||
|
@ -13,8 +13,8 @@ use Icinga\Module\Director\Web\Table\SyncpropertyTable;
|
|||||||
use Icinga\Module\Director\Web\Table\SyncRunTable;
|
use Icinga\Module\Director\Web\Table\SyncRunTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\SyncRuleTabs;
|
use Icinga\Module\Director\Web\Tabs\SyncRuleTabs;
|
||||||
use Icinga\Module\Director\Web\Widget\SyncRunDetails;
|
use Icinga\Module\Director\Web\Widget\SyncRunDetails;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class SyncruleController extends ActionController
|
class SyncruleController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,7 @@ use Icinga\Module\Director\Db;
|
|||||||
use Icinga\Module\Director\Deployment\DeploymentInfo;
|
use Icinga\Module\Director\Deployment\DeploymentInfo;
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
||||||
use Icinga\Module\Director\Web\Form\DirectorForm;
|
use Icinga\Module\Director\Web\Form\DirectorForm;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use Zend_View_Interface;
|
use Zend_View_Interface;
|
||||||
|
|
||||||
class DeploymentLinkForm extends DirectorForm
|
class DeploymentLinkForm extends DirectorForm
|
||||||
|
@ -5,9 +5,9 @@ namespace Icinga\Module\Director\Forms;
|
|||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use Icinga\Module\Director\Repository\IcingaTemplateRepository;
|
use Icinga\Module\Director\Repository\IcingaTemplateRepository;
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class IcingaHostForm extends DirectorObjectForm
|
class IcingaHostForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
|
@ -11,8 +11,8 @@ use Icinga\Module\Director\Objects\IcingaHost;
|
|||||||
use Icinga\Module\Director\Objects\IcingaService;
|
use Icinga\Module\Director\Objects\IcingaService;
|
||||||
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
||||||
use Icinga\Module\Director\Web\Form\Validate\NamePattern;
|
use Icinga\Module\Director\Web\Form\Validate\NamePattern;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class IcingaServiceForm extends DirectorObjectForm
|
class IcingaServiceForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
|
@ -10,8 +10,8 @@ use Icinga\Module\Director\Db\Migrations;
|
|||||||
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
||||||
use Icinga\Module\Director\KickstartHelper;
|
use Icinga\Module\Director\KickstartHelper;
|
||||||
use Icinga\Module\Director\Web\Form\DirectorForm;
|
use Icinga\Module\Director\Web\Form\DirectorForm;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class KickstartForm extends DirectorForm
|
class KickstartForm extends DirectorForm
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@ use Diff_Renderer_Html_Inline;
|
|||||||
use Diff_Renderer_Html_SideBySide;
|
use Diff_Renderer_Html_SideBySide;
|
||||||
use Diff_Renderer_Text_Context;
|
use Diff_Renderer_Text_Context;
|
||||||
use Diff_Renderer_Text_Unified;
|
use Diff_Renderer_Text_Unified;
|
||||||
use ipl\Html\ValidHtml;
|
use dipl\Html\ValidHtml;
|
||||||
|
|
||||||
class ConfigDiff implements ValidHtml
|
class ConfigDiff implements ValidHtml
|
||||||
{
|
{
|
||||||
|
@ -10,11 +10,11 @@ use Icinga\Module\Director\Restriction\HostgroupRestriction;
|
|||||||
use Icinga\Module\Director\Dashboard\Dashlet\Dashlet;
|
use Icinga\Module\Director\Dashboard\Dashlet\Dashlet;
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Web\Widget\Tab;
|
use Icinga\Web\Widget\Tab;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\HtmlString;
|
use dipl\Html\HtmlString;
|
||||||
use ipl\Html\Util;
|
use dipl\Html\Util;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
abstract class Dashboard extends Html implements Countable
|
abstract class Dashboard extends Html implements Countable
|
||||||
|
@ -6,11 +6,11 @@ use DirectoryIterator;
|
|||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
use Icinga\Module\Director\Acl;
|
use Icinga\Module\Director\Acl;
|
||||||
use Icinga\Module\Director\Dashboard\Dashboard;
|
use Icinga\Module\Director\Dashboard\Dashboard;
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
abstract class Dashlet extends BaseElement
|
abstract class Dashlet extends BaseElement
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,7 @@ use Icinga\Module\Director\Objects\ImportSource;
|
|||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Web\Form\Filter\QueryColumnsFromSql;
|
use Icinga\Module\Director\Web\Form\Filter\QueryColumnsFromSql;
|
||||||
use Icinga\Module\Director\Web\Form\QuickForm;
|
use Icinga\Module\Director\Web\Form\QuickForm;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
|
|
||||||
class ImportSourceSql extends ImportSourceHook
|
class ImportSourceSql extends ImportSourceHook
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
namespace Icinga\Module\Director;
|
namespace Icinga\Module\Director;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\DirectorDeploymentLog;
|
use Icinga\Module\Director\Objects\DirectorDeploymentLog;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Html\Util as iplUtil;
|
use dipl\Html\Util as iplUtil;
|
||||||
use ipl\Html\ValidHtml;
|
use dipl\Html\ValidHtml;
|
||||||
|
|
||||||
class StartupLogRenderer implements ValidHtml
|
class StartupLogRenderer implements ValidHtml
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director;
|
namespace Icinga\Module\Director;
|
||||||
|
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class TranslationDummy
|
class TranslationDummy
|
||||||
{
|
{
|
||||||
|
@ -7,8 +7,8 @@ use Icinga\Data\ResourceFactory;
|
|||||||
use Icinga\Module\Director\Web\Form\QuickForm;
|
use Icinga\Module\Director\Web\Form\QuickForm;
|
||||||
use Icinga\Exception\NotImplementedError;
|
use Icinga\Exception\NotImplementedError;
|
||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use Zend_Db_Expr;
|
use Zend_Db_Expr;
|
||||||
|
|
||||||
class Util
|
class Util
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\ActionBar;
|
namespace Icinga\Module\Director\Web\ActionBar;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class ChoicesActionBar extends DirectorBaseActionBar
|
class ChoicesActionBar extends DirectorBaseActionBar
|
||||||
{
|
{
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
namespace Icinga\Module\Director\Web\ActionBar;
|
namespace Icinga\Module\Director\Web\ActionBar;
|
||||||
|
|
||||||
use Icinga\Module\Director\Dashboard\Dashboard;
|
use Icinga\Module\Director\Dashboard\Dashboard;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\ActionBar;
|
use dipl\Web\Widget\ActionBar;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class DirectorBaseActionBar extends ActionBar
|
class DirectorBaseActionBar extends ActionBar
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\ActionBar;
|
namespace Icinga\Module\Director\Web\ActionBar;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class ObjectsActionBar extends DirectorBaseActionBar
|
class ObjectsActionBar extends DirectorBaseActionBar
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\ActionBar;
|
namespace Icinga\Module\Director\Web\ActionBar;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
class TemplateActionBar extends DirectorBaseActionBar
|
class TemplateActionBar extends DirectorBaseActionBar
|
||||||
{
|
{
|
||||||
|
@ -16,12 +16,12 @@ use Icinga\Security\SecurityException;
|
|||||||
use Icinga\Web\Controller;
|
use Icinga\Web\Controller;
|
||||||
use Icinga\Web\UrlParams;
|
use Icinga\Web\UrlParams;
|
||||||
use Icinga\Web\Widget;
|
use Icinga\Web\Widget;
|
||||||
use ipl\Compat\Translator;
|
use dipl\Compat\Translator;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\ControlsAndContent;
|
use dipl\Web\Widget\ControlsAndContent;
|
||||||
use ipl\Web\Controller\Extension\ControlsAndContentHelper;
|
use dipl\Web\Controller\Extension\ControlsAndContentHelper;
|
||||||
use ipl\Zf1\SimpleViewRenderer;
|
use dipl\Zf1\SimpleViewRenderer;
|
||||||
|
|
||||||
abstract class ActionController extends Controller implements ControlsAndContent
|
abstract class ActionController extends Controller implements ControlsAndContent
|
||||||
{
|
{
|
||||||
|
@ -18,7 +18,7 @@ use Icinga\Module\Director\Web\Table\ActivityLogTable;
|
|||||||
use Icinga\Module\Director\Web\Table\GroupMemberTable;
|
use Icinga\Module\Director\Web\Table\GroupMemberTable;
|
||||||
use Icinga\Module\Director\Web\Table\IcingaObjectDatafieldTable;
|
use Icinga\Module\Director\Web\Table\IcingaObjectDatafieldTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\ObjectTabs;
|
use Icinga\Module\Director\Web\Tabs\ObjectTabs;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
abstract class ObjectController extends ActionController
|
abstract class ObjectController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -18,7 +18,7 @@ use Icinga\Module\Director\Web\Table\ObjectsTable;
|
|||||||
use Icinga\Module\Director\Web\Table\TemplatesTable;
|
use Icinga\Module\Director\Web\Table\TemplatesTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\ObjectsTabs;
|
use Icinga\Module\Director\Web\Tabs\ObjectsTabs;
|
||||||
use Icinga\Module\Director\Web\Tree\TemplateTreeRenderer;
|
use Icinga\Module\Director\Web\Tree\TemplateTreeRenderer;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
|
|
||||||
abstract class ObjectsController extends ActionController
|
abstract class ObjectsController extends ActionController
|
||||||
{
|
{
|
||||||
|
@ -9,11 +9,11 @@ use Icinga\Module\Director\Web\Table\ObjectsTable;
|
|||||||
use Icinga\Module\Director\Web\Table\TemplatesTable;
|
use Icinga\Module\Director\Web\Table\TemplatesTable;
|
||||||
use Icinga\Module\Director\Web\Table\TemplateUsageTable;
|
use Icinga\Module\Director\Web\Table\TemplateUsageTable;
|
||||||
use Icinga\Module\Director\Web\Tabs\ObjectTabs;
|
use Icinga\Module\Director\Web\Tabs\ObjectTabs;
|
||||||
use ipl\Html\FormattedString;
|
use dipl\Html\FormattedString;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\CompatController;
|
use dipl\Web\CompatController;
|
||||||
use ipl\Web\Widget\UnorderedList;
|
use dipl\Web\Widget\UnorderedList;
|
||||||
|
|
||||||
abstract class TemplateController extends CompatController
|
abstract class TemplateController extends CompatController
|
||||||
{
|
{
|
||||||
|
@ -5,9 +5,9 @@ namespace Icinga\Module\Director\Web\Form\IplElement;
|
|||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
use Icinga\Module\Director\IcingaConfig\ExtensibleSet as Set;
|
use Icinga\Module\Director\IcingaConfig\ExtensibleSet as Set;
|
||||||
use Icinga\Module\Director\Web\Form\IconHelper;
|
use Icinga\Module\Director\Web\Form\IconHelper;
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class ExtensibleSetElement extends BaseElement
|
class ExtensibleSetElement extends BaseElement
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Web\Form;
|
|||||||
|
|
||||||
use Icinga\Application\Icinga;
|
use Icinga\Application\Icinga;
|
||||||
use Icinga\Application\Modules\Module;
|
use Icinga\Application\Modules\Module;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\ValidHtml;
|
use dipl\Html\ValidHtml;
|
||||||
use Zend_Form;
|
use Zend_Form;
|
||||||
|
|
||||||
abstract class QuickBaseForm extends Zend_Form implements ValidHtml
|
abstract class QuickBaseForm extends Zend_Form implements ValidHtml
|
||||||
|
@ -5,10 +5,10 @@ namespace Icinga\Module\Director\Web;
|
|||||||
use Icinga\Module\Director\Exception\NestingError;
|
use Icinga\Module\Director\Exception\NestingError;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use Icinga\Web\Request;
|
use Icinga\Web\Request;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\ControlsAndContent;
|
use dipl\Web\Widget\ControlsAndContent;
|
||||||
|
|
||||||
class ObjectPreview
|
class ObjectPreview
|
||||||
{
|
{
|
||||||
|
@ -11,11 +11,11 @@ use Icinga\Exception\NotFoundError;
|
|||||||
use Icinga\Module\Director\IcingaConfig\AgentWizard;
|
use Icinga\Module\Director\IcingaConfig\AgentWizard;
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\ActionBar;
|
use dipl\Web\Widget\ActionBar;
|
||||||
use ipl\Web\Widget\ControlsAndContent;
|
use dipl\Web\Widget\ControlsAndContent;
|
||||||
|
|
||||||
class SelfService
|
class SelfService
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class ActivityLogTable extends ZfQueryBasedTable
|
class ActivityLogTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -9,11 +9,11 @@ use Icinga\Module\Director\Db;
|
|||||||
use Icinga\Module\Director\Db\IcingaObjectFilterHelper;
|
use Icinga\Module\Director\Db\IcingaObjectFilterHelper;
|
||||||
use Icinga\Module\Director\IcingaConfig\AssignRenderer;
|
use Icinga\Module\Director\IcingaConfig\AssignRenderer;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use ipl\Db\Zf1\FilterRenderer;
|
use dipl\Db\Zf1\FilterRenderer;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
class ApplyRulesTable extends ZfQueryBasedTable
|
class ApplyRulesTable extends ZfQueryBasedTable
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class ChoicesTable extends ZfQueryBasedTable
|
class ChoicesTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class ConfigFileDiffTable extends ZfQueryBasedTable
|
class ConfigFileDiffTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Html\Table;
|
use dipl\Html\Table;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class CoreApiFieldsTable extends Table
|
class CoreApiFieldsTable extends Table
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Html\Table;
|
use dipl\Html\Table;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class CoreApiObjectsTable extends Table
|
class CoreApiObjectsTable extends Table
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Table;
|
use dipl\Html\Table;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class CoreApiPrototypesTable extends Table
|
class CoreApiPrototypesTable extends Table
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use Zend_Db_Adapter_Abstract as ZfDbAdapter;
|
use Zend_Db_Adapter_Abstract as ZfDbAdapter;
|
||||||
use Zend_Db_Select as ZfDbSelect;
|
use Zend_Db_Select as ZfDbSelect;
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\PlainObjectRenderer;
|
use Icinga\Module\Director\PlainObjectRenderer;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use Zend_Db_Adapter_Abstract as ZfDbAdapter;
|
use Zend_Db_Adapter_Abstract as ZfDbAdapter;
|
||||||
use Zend_Db_Select as ZfDbSelect;
|
use Zend_Db_Select as ZfDbSelect;
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use Zend_Db_Adapter_Abstract as ZfDbAdapter;
|
use Zend_Db_Adapter_Abstract as ZfDbAdapter;
|
||||||
use Zend_Db_Select as ZfDbSelect;
|
use Zend_Db_Select as ZfDbSelect;
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\DirectorDatalist;
|
use Icinga\Module\Director\Objects\DirectorDatalist;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class DatalistEntryTable extends ZfQueryBasedTable
|
class DatalistEntryTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class DatalistTable extends ZfQueryBasedTable
|
class DatalistTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class DeploymentLogTable extends ZfQueryBasedTable
|
class DeploymentLogTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class GeneratedConfigFileTable extends ZfQueryBasedTable
|
class GeneratedConfigFileTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -4,9 +4,9 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Objects\IcingaObjectGroup;
|
use Icinga\Module\Director\Objects\IcingaObjectGroup;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class GroupMemberTable extends ZfQueryBasedTable
|
class GroupMemberTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaService;
|
use Icinga\Module\Director\Objects\IcingaService;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class IcingaAppliedServiceTable extends ZfQueryBasedTable
|
class IcingaAppliedServiceTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaCommand;
|
use Icinga\Module\Director\Objects\IcingaCommand;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class IcingaCommandArgumentTable extends ZfQueryBasedTable
|
class IcingaCommandArgumentTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -5,8 +5,8 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
use Icinga\Data\DataArray\ArrayDatasource;
|
use Icinga\Data\DataArray\ArrayDatasource;
|
||||||
use Icinga\Module\Director\CustomVariable\CustomVariableDictionary;
|
use Icinga\Module\Director\CustomVariable\CustomVariableDictionary;
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\SimpleQueryBasedTable;
|
use dipl\Web\Table\SimpleQueryBasedTable;
|
||||||
|
|
||||||
class IcingaHostAppliedForServiceTable extends SimpleQueryBasedTable
|
class IcingaHostAppliedForServiceTable extends SimpleQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -6,8 +6,8 @@ use Icinga\Data\DataArray\ArrayDatasource;
|
|||||||
use Icinga\Data\Filter\Filter;
|
use Icinga\Data\Filter\Filter;
|
||||||
use Icinga\Module\Director\Objects\HostApplyMatches;
|
use Icinga\Module\Director\Objects\HostApplyMatches;
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\SimpleQueryBasedTable;
|
use dipl\Web\Table\SimpleQueryBasedTable;
|
||||||
|
|
||||||
class IcingaHostAppliedServicesTable extends SimpleQueryBasedTable
|
class IcingaHostAppliedServicesTable extends SimpleQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class IcingaHostServiceTable extends ZfQueryBasedTable
|
class IcingaHostServiceTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -6,8 +6,8 @@ use Icinga\Data\DataArray\ArrayDatasource;
|
|||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use Icinga\Module\Director\Web\Form\IcingaObjectFieldLoader;
|
use Icinga\Module\Director\Web\Form\IcingaObjectFieldLoader;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\SimpleQueryBasedTable;
|
use dipl\Web\Table\SimpleQueryBasedTable;
|
||||||
|
|
||||||
class IcingaObjectDatafieldTable extends SimpleQueryBasedTable
|
class IcingaObjectDatafieldTable extends SimpleQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class IcingaServiceSetHostTable extends ZfQueryBasedTable
|
class IcingaServiceSetHostTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -4,9 +4,9 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
||||||
use ipl\Html\Element;
|
use dipl\Html\Element;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class IcingaServiceSetServiceTable extends ZfQueryBasedTable
|
class IcingaServiceSetServiceTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaTimePeriod;
|
use Icinga\Module\Director\Objects\IcingaTimePeriod;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class IcingaTimePeriodRangeTable extends ZfQueryBasedTable
|
class IcingaTimePeriodRangeTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
|
|
||||||
use Icinga\Data\DataArray\ArrayDatasource;
|
use Icinga\Data\DataArray\ArrayDatasource;
|
||||||
use Icinga\Module\Director\Objects\ImportRun;
|
use Icinga\Module\Director\Objects\ImportRun;
|
||||||
use ipl\Web\Table\SimpleQueryBasedTable;
|
use dipl\Web\Table\SimpleQueryBasedTable;
|
||||||
|
|
||||||
class ImportedrowsTable extends SimpleQueryBasedTable
|
class ImportedrowsTable extends SimpleQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class ImportrunTable extends ZfQueryBasedTable
|
class ImportrunTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -7,8 +7,8 @@ use Icinga\Module\Director\Hook\ImportSourceHook;
|
|||||||
use Icinga\Module\Director\Import\SyncUtils;
|
use Icinga\Module\Director\Import\SyncUtils;
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use Icinga\Module\Director\PlainObjectRenderer;
|
use Icinga\Module\Director\PlainObjectRenderer;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Web\Table\SimpleQueryBasedTable;
|
use dipl\Web\Table\SimpleQueryBasedTable;
|
||||||
|
|
||||||
class ImportsourceHookTable extends SimpleQueryBasedTable
|
class ImportsourceHookTable extends SimpleQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class ImportsourceTable extends ZfQueryBasedTable
|
class ImportsourceTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class JobTable extends ZfQueryBasedTable
|
class JobTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class ObjectSetTable extends ZfQueryBasedTable
|
class ObjectSetTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -8,9 +8,9 @@ use Icinga\Module\Director\Db\IcingaObjectFilterHelper;
|
|||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use Icinga\Module\Director\Restriction\HostgroupRestriction;
|
use Icinga\Module\Director\Restriction\HostgroupRestriction;
|
||||||
use Icinga\Module\Director\Restriction\ObjectRestriction;
|
use Icinga\Module\Director\Restriction\ObjectRestriction;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
class ObjectsTable extends ZfQueryBasedTable
|
class ObjectsTable extends ZfQueryBasedTable
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
class ObjectsTableEndpoint extends ObjectsTable
|
class ObjectsTableEndpoint extends ObjectsTable
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Web\Table\Extension\MultiSelect;
|
use dipl\Web\Table\Extension\MultiSelect;
|
||||||
|
|
||||||
class ObjectsTableHost extends ObjectsTable
|
class ObjectsTableHost extends ObjectsTable
|
||||||
{
|
{
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Web\Table\Extension\MultiSelect;
|
use dipl\Web\Table\Extension\MultiSelect;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class ObjectsTableService extends ObjectsTable
|
class ObjectsTableService extends ObjectsTable
|
||||||
{
|
{
|
||||||
|
@ -5,10 +5,10 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
use Exception;
|
use Exception;
|
||||||
use Icinga\Module\Director\Hook\ImportSourceHook;
|
use Icinga\Module\Director\Hook\ImportSourceHook;
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\Extension\ZfSortablePriority;
|
use dipl\Web\Table\Extension\ZfSortablePriority;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
|
|
||||||
class PropertymodifierTable extends ZfQueryBasedTable
|
class PropertymodifierTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -15,11 +15,11 @@ use Icinga\Exception\QueryException;
|
|||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\PlainObjectRenderer;
|
use Icinga\Module\Director\PlainObjectRenderer;
|
||||||
use Icinga\Web\Request;
|
use Icinga\Web\Request;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
use Icinga\Web\View;
|
use Icinga\Web\View;
|
||||||
use Icinga\Web\Widget;
|
use Icinga\Web\Widget;
|
||||||
use Icinga\Web\Widget\Paginator;
|
use Icinga\Web\Widget\Paginator;
|
||||||
use ipl\Html\ValidHtml;
|
use dipl\Html\ValidHtml;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
use Zend_Db_Select as ZfDbSelect;
|
use Zend_Db_Select as ZfDbSelect;
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\SyncRule;
|
use Icinga\Module\Director\Objects\SyncRule;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class SyncRunTable extends ZfQueryBasedTable
|
class SyncRunTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\SyncRule;
|
use Icinga\Module\Director\Objects\SyncRule;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\Extension\ZfSortablePriority;
|
use dipl\Web\Table\Extension\ZfSortablePriority;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class SyncpropertyTable extends ZfQueryBasedTable
|
class SyncpropertyTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Table;
|
namespace Icinga\Module\Director\Web\Table;
|
||||||
|
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
|
|
||||||
class SyncruleTable extends ZfQueryBasedTable
|
class SyncruleTable extends ZfQueryBasedTable
|
||||||
{
|
{
|
||||||
|
@ -5,9 +5,9 @@ namespace Icinga\Module\Director\Web\Table;
|
|||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use Icinga\Module\Director\Resolver\TemplateTree;
|
use Icinga\Module\Director\Resolver\TemplateTree;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Html\Table;
|
use dipl\Html\Table;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class TemplateUsageTable extends Table
|
class TemplateUsageTable extends Table
|
||||||
{
|
{
|
||||||
|
@ -7,12 +7,12 @@ use Icinga\Data\Filter\Filter;
|
|||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Db\IcingaObjectFilterHelper;
|
use Icinga\Module\Director\Db\IcingaObjectFilterHelper;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use ipl\Db\Zf1\FilterRenderer;
|
use dipl\Db\Zf1\FilterRenderer;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Web\Table\ZfQueryBasedTable;
|
use dipl\Web\Table\ZfQueryBasedTable;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
class TemplatesTable extends ZfQueryBasedTable
|
class TemplatesTable extends ZfQueryBasedTable
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Tabs;
|
namespace Icinga\Module\Director\Web\Tabs;
|
||||||
|
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class DataTabs extends Tabs
|
class DataTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Tabs;
|
namespace Icinga\Module\Director\Web\Tabs;
|
||||||
|
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class ImportTabs extends Tabs
|
class ImportTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Web\Tabs;
|
namespace Icinga\Module\Director\Web\Tabs;
|
||||||
|
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class ImportsourceTabs extends Tabs
|
class ImportsourceTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Tabs;
|
namespace Icinga\Module\Director\Web\Tabs;
|
||||||
|
|
||||||
use Icinga\Authentication\Auth;
|
use Icinga\Authentication\Auth;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class InfraTabs extends Tabs
|
class InfraTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Web\Tabs;
|
|||||||
|
|
||||||
use Icinga\Authentication\Auth;
|
use Icinga\Authentication\Auth;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class ObjectTabs extends Tabs
|
class ObjectTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Web\Tabs;
|
|||||||
|
|
||||||
use Icinga\Authentication\Auth;
|
use Icinga\Authentication\Auth;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class ObjectsTabs extends Tabs
|
class ObjectsTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Tabs;
|
namespace Icinga\Module\Director\Web\Tabs;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\SyncRule;
|
use Icinga\Module\Director\Objects\SyncRule;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class SyncRuleTabs extends Tabs
|
class SyncRuleTabs extends Tabs
|
||||||
{
|
{
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
namespace Icinga\Module\Director\Web\Tree;
|
namespace Icinga\Module\Director\Web\Tree;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class InspectTreeRenderer extends BaseElement
|
class InspectTreeRenderer extends BaseElement
|
||||||
{
|
{
|
||||||
|
@ -4,11 +4,11 @@ namespace Icinga\Module\Director\Web\Tree;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Resolver\TemplateTree;
|
use Icinga\Module\Director\Resolver\TemplateTree;
|
||||||
use ipl\Html\BaseElement;
|
use dipl\Html\BaseElement;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\ControlsAndContent;
|
use dipl\Web\Widget\ControlsAndContent;
|
||||||
|
|
||||||
class TemplateTreeRenderer extends BaseElement
|
class TemplateTreeRenderer extends BaseElement
|
||||||
{
|
{
|
||||||
|
@ -8,14 +8,14 @@ use Icinga\Module\Director\Db;
|
|||||||
use Icinga\Module\Director\Forms\RestoreObjectForm;
|
use Icinga\Module\Director\Forms\RestoreObjectForm;
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use ipl\Html\Container;
|
use dipl\Html\Container;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Url;
|
use dipl\Web\Url;
|
||||||
use ipl\Web\Widget\NameValueTable;
|
use dipl\Web\Widget\NameValueTable;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class ActivityLogInfo extends Html
|
class ActivityLogInfo extends Html
|
||||||
{
|
{
|
||||||
|
@ -6,10 +6,10 @@ use Icinga\Module\Director\Core\CoreApi;
|
|||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Forms\DeployConfigForm;
|
use Icinga\Module\Director\Forms\DeployConfigForm;
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\NameValueTable;
|
use dipl\Web\Widget\NameValueTable;
|
||||||
|
|
||||||
class DeployedConfigInfoHeader extends Html
|
class DeployedConfigInfoHeader extends Html
|
||||||
{
|
{
|
||||||
|
@ -8,12 +8,12 @@ use Icinga\Module\Director\Objects\DirectorDeploymentLog;
|
|||||||
use Icinga\Module\Director\StartupLogRenderer;
|
use Icinga\Module\Director\StartupLogRenderer;
|
||||||
use Icinga\Util\Format;
|
use Icinga\Util\Format;
|
||||||
use Icinga\Web\Request;
|
use Icinga\Web\Request;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Icon;
|
use dipl\Html\Icon;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\NameValueTable;
|
use dipl\Web\Widget\NameValueTable;
|
||||||
use ipl\Web\Widget\Tabs;
|
use dipl\Web\Widget\Tabs;
|
||||||
|
|
||||||
class DeploymentInfo extends Html
|
class DeploymentInfo extends Html
|
||||||
{
|
{
|
||||||
|
@ -5,8 +5,8 @@ namespace Icinga\Module\Director\Web\Widget;
|
|||||||
use Icinga\Module\Director\Forms\ImportCheckForm;
|
use Icinga\Module\Director\Forms\ImportCheckForm;
|
||||||
use Icinga\Module\Director\Forms\ImportRunForm;
|
use Icinga\Module\Director\Forms\ImportRunForm;
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class ImportSourceDetails extends Html
|
class ImportSourceDetails extends Html
|
||||||
{
|
{
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
namespace Icinga\Module\Director\Web\Widget;
|
namespace Icinga\Module\Director\Web\Widget;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\DirectorJob;
|
use Icinga\Module\Director\Objects\DirectorJob;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class JobDetails extends Html
|
class JobDetails extends Html
|
||||||
{
|
{
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
namespace Icinga\Module\Director\Web\Widget;
|
namespace Icinga\Module\Director\Web\Widget;
|
||||||
|
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfigFile;
|
use Icinga\Module\Director\IcingaConfig\IcingaConfigFile;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\HtmlString;
|
use dipl\Html\HtmlString;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Html\Util;
|
use dipl\Html\Util;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
|
|
||||||
class ShowConfigFile extends Html
|
class ShowConfigFile extends Html
|
||||||
{
|
{
|
||||||
|
@ -4,10 +4,10 @@ namespace Icinga\Module\Director\Web\Widget;
|
|||||||
|
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Objects\SyncRun;
|
use Icinga\Module\Director\Objects\SyncRun;
|
||||||
use ipl\Html\Html;
|
use dipl\Html\Html;
|
||||||
use ipl\Html\Link;
|
use dipl\Html\Link;
|
||||||
use ipl\Translation\TranslationHelper;
|
use dipl\Translation\TranslationHelper;
|
||||||
use ipl\Web\Widget\NameValueTable;
|
use dipl\Web\Widget\NameValueTable;
|
||||||
|
|
||||||
class SyncRunDetails extends NameValueTable
|
class SyncRunDetails extends NameValueTable
|
||||||
{
|
{
|
||||||
|
4
library/vendor/ipl/Compat/Translator.php
vendored
4
library/vendor/ipl/Compat/Translator.php
vendored
@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace ipl\Compat;
|
namespace dipl\Compat;
|
||||||
|
|
||||||
use Icinga\Util\Translator as WebTranslator;
|
use Icinga\Util\Translator as WebTranslator;
|
||||||
use ipl\Translation\TranslatorInterface;
|
use dipl\Translation\TranslatorInterface;
|
||||||
|
|
||||||
class Translator implements TranslatorInterface
|
class Translator implements TranslatorInterface
|
||||||
{
|
{
|
||||||
|
2
library/vendor/ipl/Data/Paginatable.php
vendored
2
library/vendor/ipl/Data/Paginatable.php
vendored
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace ipl\Data;
|
namespace dipl\Data;
|
||||||
|
|
||||||
use Countable;
|
use Countable;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace ipl\Data;
|
namespace dipl\Data;
|
||||||
|
|
||||||
use Icinga\Application\Benchmark;
|
use Icinga\Application\Benchmark;
|
||||||
use Icinga\Data\SimpleQuery;
|
use Icinga\Data\SimpleQuery;
|
||||||
|
2
library/vendor/ipl/Db/Zf1/CountQuery.php
vendored
2
library/vendor/ipl/Db/Zf1/CountQuery.php
vendored
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace ipl\Db\Zf1;
|
namespace dipl\Db\Zf1;
|
||||||
|
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
|
2
library/vendor/ipl/Db/Zf1/FilterRenderer.php
vendored
2
library/vendor/ipl/Db/Zf1/FilterRenderer.php
vendored
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace ipl\Db\Zf1;
|
namespace dipl\Db\Zf1;
|
||||||
|
|
||||||
use Icinga\Data\Filter\Filter;
|
use Icinga\Data\Filter\Filter;
|
||||||
use Icinga\Data\Filter\FilterAnd;
|
use Icinga\Data\Filter\FilterAnd;
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace ipl\Db\Zf1;
|
namespace dipl\Db\Zf1;
|
||||||
|
|
||||||
use Icinga\Application\Benchmark;
|
use Icinga\Application\Benchmark;
|
||||||
use ipl\Data\Paginatable;
|
use dipl\Data\Paginatable;
|
||||||
use Zend_Db_Select as ZfSelect;
|
use Zend_Db_Select as ZfSelect;
|
||||||
|
|
||||||
class SelectPaginationAdapter implements Paginatable
|
class SelectPaginationAdapter implements Paginatable
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user