Completed
Push — master ( 7c214b...7c4093 )
by Andrii
16:05
created
src/views/ip/_form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use yii\bootstrap\ActiveForm;
13 13
 use yii\helpers\Url;
14 14
 use yii\web\JsExpression;
15
-use yii\web\View;
16 15
 
17 16
 $form = ActiveForm::begin([
18 17
     'id'                     => 'dynamic-form',
Please login to merge, or discard this patch.
src/controllers/CrontabController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace hipanel\modules\hosting\controllers;
18 18
 
19 19
 use hipanel\actions\IndexAction;
20
-use hipanel\actions\OrientationAction;
21 20
 use hipanel\actions\SmartUpdateAction;
22 21
 use hipanel\actions\ValidateFormAction;
23 22
 use hipanel\actions\ViewAction;
Please login to merge, or discard this patch.
src/controllers/HdomainController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use hipanel\actions\ComboSearchAction;
14 14
 use hipanel\actions\IndexAction;
15
-use hipanel\actions\OrientationAction;
16 15
 use hipanel\actions\PrepareBulkAction;
17 16
 use hipanel\actions\RedirectAction;
18 17
 use hipanel\actions\SmartCreateAction;
Please login to merge, or discard this patch.
src/controllers/IpController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace hipanel\modules\hosting\controllers;
12 12
 
13 13
 use hipanel\actions\IndexAction;
14
-use hipanel\actions\OrientationAction;
15 14
 use hipanel\actions\SearchAction;
16 15
 use hipanel\actions\SmartCreateAction;
17 16
 use hipanel\actions\SmartDeleteAction;
Please login to merge, or discard this patch.
src/controllers/RequestController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace hipanel\modules\hosting\controllers;
18 18
 
19 19
 use hipanel\actions\IndexAction;
20
-use hipanel\actions\OrientationAction;
21 20
 use hipanel\actions\SmartDeleteAction;
22 21
 use hipanel\actions\ViewAction;
23 22
 use Yii;
Please login to merge, or discard this patch.
src/controllers/ServiceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use hipanel\actions\Action;
20 20
 use hipanel\actions\IndexAction;
21
-use hipanel\actions\OrientationAction;
22 21
 use hipanel\actions\SmartCreateAction;
23 22
 use hipanel\actions\SmartUpdateAction;
24 23
 use hipanel\actions\ValidateFormAction;
Please login to merge, or discard this patch.
src/views/ip/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use hipanel\modules\hosting\grid\IpGridView;
4
-use hipanel\widgets\AjaxModal;
5 4
 use hipanel\widgets\IndexPage;
6 5
 use hipanel\widgets\Pjax;
7 6
 use yii\helpers\Html;
8
-use yii\web\JsExpression;
9 7
 
10 8
 $this->title = Yii::t('hipanel:hosting', 'IP addresses');
11 9
 $this->params['subtitle'] = array_filter(Yii::$app->request->get($model->formName(), [])) ? Yii::t('hipanel', 'filtered list') : Yii::t('hipanel', 'full list');
Please login to merge, or discard this patch.