@@ -18,7 +18,6 @@ |
||
| 18 | 18 | namespace hipanel\modules\hosting\grid; |
| 19 | 19 | |
| 20 | 20 | use hipanel\grid\ActionColumn; |
| 21 | -use hipanel\helpers\StringHelper; |
|
| 22 | 21 | use hipanel\modules\server\grid\ServerColumn; |
| 23 | 22 | use Yii; |
| 24 | 23 | use yii\helpers\Html; |
@@ -20,15 +20,12 @@ |
||
| 20 | 20 | use hipanel\grid\ActionColumn; |
| 21 | 21 | use hipanel\grid\MainColumn; |
| 22 | 22 | use hipanel\grid\RefColumn; |
| 23 | -use hipanel\modules\hosting\models\Backup; |
|
| 24 | -use hipanel\modules\hosting\models\Backuping; |
|
| 25 | 23 | use hipanel\modules\hosting\widgets\backup\BackupGridRow; |
| 26 | 24 | use hipanel\modules\hosting\widgets\hdomain\State; |
| 27 | 25 | use hipanel\modules\server\grid\ServerColumn; |
| 28 | 26 | use hipanel\widgets\ArraySpoiler; |
| 29 | 27 | use hipanel\widgets\Label; |
| 30 | 28 | use Yii; |
| 31 | -use yii\filters\auth\HttpBasicAuth; |
|
| 32 | 29 | use yii\helpers\Html; |
| 33 | 30 | |
| 34 | 31 | class HdomainGridView extends \hipanel\grid\BoxedGridView |
@@ -22,14 +22,12 @@ |
||
| 22 | 22 | use hipanel\grid\RefColumn; |
| 23 | 23 | use hipanel\modules\hosting\models\DbSearch; |
| 24 | 24 | use hipanel\modules\hosting\models\HdomainSearch; |
| 25 | -use hipanel\modules\hosting\models\Service; |
|
| 26 | 25 | use hipanel\modules\hosting\models\Soft; |
| 27 | 26 | use hipanel\modules\server\grid\ServerColumn; |
| 28 | 27 | use hipanel\widgets\ArraySpoiler; |
| 29 | 28 | use hipanel\widgets\State; |
| 30 | 29 | use Yii; |
| 31 | 30 | use yii\base\InvalidParamException; |
| 32 | -use yii\bootstrap\Button; |
|
| 33 | 31 | use yii\helpers\Html; |
| 34 | 32 | |
| 35 | 33 | class ServiceGridView extends \hipanel\grid\BoxedGridView |
@@ -17,8 +17,6 @@ |
||
| 17 | 17 | |
| 18 | 18 | namespace hipanel\modules\hosting\models; |
| 19 | 19 | |
| 20 | -use Yii; |
|
| 21 | - |
|
| 22 | 20 | class Crontab extends \hipanel\base\Model |
| 23 | 21 | { |
| 24 | 22 | use \hipanel\base\ModelTrait; |
@@ -104,7 +104,7 @@ |
||
| 104 | 104 | } |
| 105 | 105 | |
| 106 | 106 | /** |
| 107 | - * @return \hiqdev\hiart\ActiveQuery |
|
| 107 | + * @return \yii\db\ActiveQuery |
|
| 108 | 108 | */ |
| 109 | 109 | public function getRelatedLinks() |
| 110 | 110 | { |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | |
| 18 | 18 | namespace hipanel\modules\hosting\models; |
| 19 | 19 | |
| 20 | -use Yii; |
|
| 21 | 20 | use yii\web\JsExpression; |
| 22 | 21 | |
| 23 | 22 | class Link extends \hipanel\base\Model |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | 8 | use hipanel\modules\hosting\grid\BackupGridView; |
| 9 | -use hipanel\widgets\ActionBox; |
|
| 10 | 9 | use hipanel\widgets\IndexLayoutSwitcher; |
| 11 | 10 | use hipanel\widgets\IndexPage; |
| 12 | 11 | use hipanel\widgets\Pjax; |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | use hipanel\modules\hosting\grid\BackupingGridView; |
| 4 | -use hipanel\widgets\ActionBox; |
|
| 5 | 4 | use hipanel\widgets\IndexLayoutSwitcher; |
| 6 | 5 | use hipanel\widgets\IndexPage; |
| 7 | 6 | use hipanel\widgets\Pjax; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | 8 | use hipanel\modules\hosting\grid\CrontabGridView; |
| 9 | -use hipanel\widgets\ActionBox; |
|
| 10 | 9 | use hipanel\widgets\IndexLayoutSwitcher; |
| 11 | 10 | use hipanel\widgets\IndexPage; |
| 12 | 11 | use hipanel\widgets\Pjax; |