소스 검색

Merge branch 'development' of https://github.com/1day2die/dashboard into development

1day2die 2 년 전
부모
커밋
f1db71d07f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      themes/default/views/admin/payments/index.blade.php

+ 2 - 0
themes/default/views/admin/payments/index.blade.php

@@ -47,6 +47,7 @@
                                 <th>{{ __('Total Price') }}</th>
                                 <th>{{ __('Payment ID') }}</th>
                                 <th>{{ __('Payment Method') }}</th>
+                                <th>{{ __('Status') }}</th>
                                 <th>{{ __('Created at') }}</th>
                                 <th></th>
                             </tr>
@@ -85,6 +86,7 @@
                     {data: 'total_price'},
                     {data: 'payment_id'},
                     {data: 'payment_method'},
+                    {data: 'status'},
                     {data: 'created_at', type: 'num', render: {_: 'display', sort: 'raw'}},
                     {data: 'actions' , sortable : false},
                 ],