Browse Source

Add sonata-ba-list class (fixes regression)

Emmanuel Vella 10 năm trước cách đây
mục cha
commit
ce835e2e4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

+ 1 - 1
Resources/views/CRUD/base_list.html.twig

@@ -37,7 +37,7 @@ file that was distributed with this source code.
 
                 {% set batchactions = admin.batchactions %}
                 {% if admin.datagrid.results|length > 0 %}
-                    <table class="table table-bordered table-striped">
+                    <table class="table table-bordered table-striped sonata-ba-list">
                         {% block table_header %}
                             <thead>
                                 <tr class="sonata-ba-list-field-header">