@@ -12,7 +12,6 @@ |
||
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', |
@@ -17,7 +17,6 @@ |
||
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; |
@@ -12,7 +12,6 @@ |
||
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; |
@@ -11,7 +11,6 @@ |
||
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; |
@@ -17,7 +17,6 @@ |
||
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; |
@@ -18,7 +18,6 @@ |
||
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; |
@@ -1,11 +1,9 @@ |
||
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'); |