| @@ -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; | 
| @@ -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 | 
| @@ -4,7 +4,6 @@ | ||
| 4 | 4 | /* @var $model hipanel\modules\hosting\models\Ip */ | 
| 5 | 5 | /* @var $tags array */ | 
| 6 | 6 | |
| 7 | -use hipanel\base\View; | |
| 8 | 7 | use hipanel\modules\hosting\widgets\combo\ServiceCombo; | 
| 9 | 8 | use hipanel\modules\server\widgets\combo\ServerCombo; | 
| 10 | 9 | use hipanel\widgets\DynamicFormWidget; | 
| @@ -14,7 +14,6 @@ | ||
| 14 | 14 | use hipanel\grid\ActionColumn; | 
| 15 | 15 | use hipanel\grid\MainColumn; | 
| 16 | 16 | use hipanel\grid\RefColumn; | 
| 17 | -use hipanel\grid\XEditableColumn; | |
| 18 | 17 | use hipanel\helpers\Url; | 
| 19 | 18 | use hipanel\modules\hosting\widgets\backup\BackupGridRow; | 
| 20 | 19 | use hipanel\modules\hosting\widgets\hdomain\State; | 
| @@ -11,7 +11,6 @@ | ||
| 11 | 11 | |
| 12 | 12 | namespace hipanel\modules\hosting\widgets\backup; | 
| 13 | 13 | |
| 14 | -use hipanel\modules\hosting\models\Backuping; | |
| 15 | 14 | use hipanel\modules\hosting\models\Hdomain; | 
| 16 | 15 | use Yii; | 
| 17 | 16 | use yii\base\Widget; | 
| @@ -17,7 +17,6 @@ | ||
| 17 | 17 | |
| 18 | 18 | namespace hipanel\modules\hosting\grid; | 
| 19 | 19 | |
| 20 | -use hipanel\grid\ActionColumn; | |
| 21 | 20 | use hipanel\grid\MainColumn; | 
| 22 | 21 | use hipanel\helpers\Url; | 
| 23 | 22 | use hipanel\modules\hosting\widgets\backup\ObjectLabelWidget; | 
| @@ -21,7 +21,6 @@ | ||
| 21 | 21 | use hipanel\actions\IndexAction; | 
| 22 | 22 | use hipanel\actions\OrientationAction; | 
| 23 | 23 | use hipanel\actions\SmartCreateAction; | 
| 24 | -use hipanel\actions\SmartDeleteAction; | |
| 25 | 24 | use hipanel\actions\SmartUpdateAction; | 
| 26 | 25 | use hipanel\actions\ValidateFormAction; | 
| 27 | 26 | use hipanel\actions\ViewAction; | 
| @@ -17,7 +17,6 @@ | ||
| 17 | 17 | |
| 18 | 18 | namespace hipanel\modules\hosting\grid; | 
| 19 | 19 | |
| 20 | -use hipanel\grid\ActionColumn; | |
| 21 | 20 | use hipanel\grid\MainColumn; | 
| 22 | 21 | use hipanel\helpers\Url; | 
| 23 | 22 | use hipanel\modules\hosting\widgets\backup\ObjectLabelWidget; | 
| @@ -11,8 +11,6 @@ | ||
| 11 | 11 | |
| 12 | 12 | namespace hipanel\modules\hosting\grid; | 
| 13 | 13 | |
| 14 | -use hipanel\grid\ActionColumn; | |
| 15 | -use hipanel\helpers\StringHelper; | |
| 16 | 14 | use hipanel\modules\hosting\menus\CrontabActionsMenu; | 
| 17 | 15 | use hipanel\modules\server\grid\ServerColumn; | 
| 18 | 16 | use hiqdev\menumanager\MenuColumn; |