diff --git a/labels/controllers/DeliveryController.php b/labels/controllers/DeliveryController.php index 5345160..7c703d3 100755 --- a/labels/controllers/DeliveryController.php +++ b/labels/controllers/DeliveryController.php @@ -29,6 +29,9 @@ 'columns' => [ 'title' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'sort' => [ 'type' => Index::POSITION_COL, diff --git a/labels/controllers/LabelController.php b/labels/controllers/LabelController.php index 49003d4..4079f3a 100755 --- a/labels/controllers/LabelController.php +++ b/labels/controllers/LabelController.php @@ -23,6 +23,9 @@ 'columns' => [ 'title' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'sort' => [ 'type' => Index::POSITION_COL, diff --git a/labels/controllers/PaymentController.php b/labels/controllers/PaymentController.php index b2fc1e2..6e8b60c 100755 --- a/labels/controllers/PaymentController.php +++ b/labels/controllers/PaymentController.php @@ -29,6 +29,9 @@ 'columns' => [ 'title' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'sort' => [ 'type' => Index::POSITION_COL, -- libgit2 0.21.4