Completed
Push — master ( 32da4e...f9a635 )
by Dmitry
05:07
created
src/views/db/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/views/ip/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/views/mail/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/grid/HdomainGridView.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -22,16 +22,12 @@
 block discarded – undo
22 22
 use hipanel\grid\RefColumn;
23 23
 use hipanel\grid\XEditableColumn;
24 24
 use hipanel\helpers\Url;
25
-use hipanel\modules\hosting\models\Backup;
26
-use hipanel\modules\hosting\models\Backuping;
27 25
 use hipanel\modules\hosting\widgets\backup\BackupGridRow;
28 26
 use hipanel\modules\hosting\widgets\hdomain\State;
29 27
 use hipanel\modules\server\grid\ServerColumn;
30 28
 use hipanel\widgets\ArraySpoiler;
31 29
 use hipanel\widgets\Label;
32
-use hiqdev\bootstrap_switch\BootstrapSwitchColumn;
33 30
 use Yii;
34
-use yii\filters\auth\HttpBasicAuth;
35 31
 use yii\helpers\Html;
36 32
 
37 33
 class HdomainGridView extends \hipanel\grid\BoxedGridView
Please login to merge, or discard this patch.