File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Resources/views/Collector Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33{% import _self as helper %}
44
55{% block toolbar %}
6- {% if collector .data .unavailable_migrations is defined %}
6+ {% if collector .data .unavailable_migrations_count is defined %}
77 {% set unavailable_migrations = collector .data .unavailable_migrations_count %}
88 {% set new_migrations = collector .data .new_migrations | length %}
99 {% if unavailable_migrations > 0 or new_migrations > 0 %}
4747
4848
4949{% block menu %}
50- {% if collector .data .unavailable_migrations is defined %}
50+ {% if collector .data .unavailable_migrations_count is defined %}
5151 {% set unavailable_migrations = collector .data .unavailable_migrations_count %}
5252 {% set new_migrations = collector .data .new_migrations | length %}
5353 {% set label = unavailable_migrations > 0 ? ' label-status-warning' : ' ' %}
You can’t perform that action at this time.
0 commit comments