Skip to content

Commit

Permalink
Fixed calling of client,seller columns
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Aug 18, 2015
1 parent 5137122 commit 4a8ebb8
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/views/account/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
'columns' => [
'checkbox',
'account',
'client_id',
'seller_id',
'client',
'seller',
'server',
'state',
'actions',
],
]);
$box::endBulkForm();

Pjax::end();
Pjax::end();
3 changes: 2 additions & 1 deletion src/views/backup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'backup'
],
]) ?>
3 changes: 2 additions & 1 deletion src/views/backuping/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'backuping'
],
]) ?>
3 changes: 2 additions & 1 deletion src/views/crontab/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'crontab'
],
]) ?>
4 changes: 2 additions & 2 deletions src/views/db/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
'columns' => [
'checkbox',
'name',
'client_id',
'seller_id',
'client',
'seller',
'service_ip',
'description',
'state',
Expand Down
6 changes: 3 additions & 3 deletions src/views/hdomain/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
'columns' => [
'checkbox',
'hdomain',
'client_id',
'seller_id',
'client',
'seller',
'account',
'server',
'state',
Expand All @@ -61,4 +61,4 @@
],
]);
$box::endBulkForm();
Pjax::end();
Pjax::end();
3 changes: 2 additions & 1 deletion src/views/ip/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'ip'
],
]) ?>
3 changes: 2 additions & 1 deletion src/views/mail/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'mail'
],
]) ?>
3 changes: 2 additions & 1 deletion src/views/request/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'request'
],
]) ?>
3 changes: 2 additions & 1 deletion src/views/service/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'filterModel' => $searchModel,
'columns' => [
'checkbox',
'seller_id','client_id',
'seller',
'client',
'service'
],
]) ?>

0 comments on commit 4a8ebb8

Please sign in to comment.