Completed
Push — master ( c1d777...82fec5 )
by Dmitry
14:05 queued 10s
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/views/ip/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,10 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.