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