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 3
3
{% import _self as helper %}
4
4
5
5
{% block toolbar %}
6
- {% if collector .data .unavailable_migrations is defined %}
6
+ {% if collector .data .unavailable_migrations_count is defined %}
7
7
{% set unavailable_migrations = collector .data .unavailable_migrations_count %}
8
8
{% set new_migrations = collector .data .new_migrations | length %}
9
9
{% if unavailable_migrations > 0 or new_migrations > 0 %}
47
47
48
48
49
49
{% block menu %}
50
- {% if collector .data .unavailable_migrations is defined %}
50
+ {% if collector .data .unavailable_migrations_count is defined %}
51
51
{% set unavailable_migrations = collector .data .unavailable_migrations_count %}
52
52
{% set new_migrations = collector .data .new_migrations | length %}
53
53
{% set label = unavailable_migrations > 0 ? ' label-status-warning' : ' ' %}
You can’t perform that action at this time.
0 commit comments