Fab 3 лет назад
Родитель
Сommit
3808eb15b8
2 измененных файлов: 9 добавлений и 2 удалений
  1. +6
    -1
      Resources/assets/app/adminlte/index/index.scss
  2. +3
    -1
      Resources/views/adminlte/crud/index.html.twig

+ 6
- 1
Resources/assets/app/adminlte/index/index.scss Просмотреть файл

@@ -20,4 +20,9 @@ table.table {

.table th input {
width: 100%;
}
}
.card-table {
.badge {
white-space: normal;
}
}

+ 3
- 1
Resources/views/adminlte/crud/index.html.twig Просмотреть файл

@@ -23,7 +23,9 @@

{% block main %}
{% block main_prepend %}{% endblock %}
<div class="col-12" id="{% block index_id %}{% endblock index_id %}">
{% set _block_index_id = block('index_id') %}

<div {% if _block_index_id %}id="{% block index_id %}{% endblock index_id %}"{% endif %}>
{# sort can be multiple; let's consider the sorting field the first one #}
{% set sort_field_name = app.request.get('sort')|keys|first %}
{% set sort_order = app.request.get('sort')|first %}

Загрузка…
Отмена
Сохранить