Skip to content

Commit a18f7cf

Browse files
authored
Merge pull request #2266 from antograssiot/debugbar-icon
Increase debug bar panel visibility
2 parents 0cc210a + 85bf7ae commit a18f7cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Loading

src/Bridge/Symfony/Bundle/Resources/views/DataCollector/request.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
{% block toolbar %}
1313
{% set icon %}
1414
{% set status_color = collector.counters.ignored_filters|default(false) ? 'yellow' : 'default' %}
15-
{{ include('@ApiPlatform/DataCollector/api-platform.svg') }}
15+
{{ include('@ApiPlatform/DataCollector/api-platform-icon.svg') }}
16+
<span class="sf-toolbar-value"></span>
1617
{% endset %}
1718

1819
{% set text %}

0 commit comments

Comments
 (0)