Browse Source

Correctifs vue index

develop
Fab 3 years ago
parent
commit
3808eb15b8
2 changed files with 9 additions and 2 deletions
  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 View File



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

+ 3
- 1
Resources/views/adminlte/crud/index.html.twig View File



{% block main %} {% block main %}
{% block main_prepend %}{% endblock %} {% 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 #} {# 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_field_name = app.request.get('sort')|keys|first %}
{% set sort_order = app.request.get('sort')|first %} {% set sort_order = app.request.get('sort')|first %}

Loading…
Cancel
Save