@@ -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', |
@@ -2,12 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | use hipanel\modules\hosting\grid\IpGridLegend; |
| 4 | 4 | use hipanel\modules\hosting\grid\IpGridView; |
| 5 | -use hipanel\widgets\AjaxModal; |
|
| 6 | 5 | use hipanel\widgets\gridLegend\GridLegend; |
| 7 | 6 | use hipanel\widgets\IndexPage; |
| 8 | 7 | use hipanel\widgets\Pjax; |
| 9 | 8 | use yii\helpers\Html; |
| 10 | -use yii\web\JsExpression; |
|
| 11 | 9 | |
| 12 | 10 | $this->title = Yii::t('hipanel:hosting', 'IP addresses'); |
| 13 | 11 | $this->params['subtitle'] = array_filter(Yii::$app->request->get($model->formName(), [])) ? Yii::t('hipanel', 'filtered list') : Yii::t('hipanel', 'full list'); |