|
@@ -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.