Procházet zdrojové kódy

Correctifs vue index

develop
Fab před 3 roky
rodič
revize
3808eb15b8
2 změnil soubory, kde provedl 9 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 %}

Načítá se…
Zrušit
Uložit