Skip to content

[Symfony][Minor] profiler view when no messages collected during the request #243

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Closed
dkarlovi opened this issue Oct 27, 2017 · 2 comments
Closed

Comments

@dkarlovi
Copy link
Contributor

This is really super-minor, but no reason not to fix it as the fix is super-minor as well. :)

In Symfony profiler, Enqueue will output a header-only table if no messages were sent during the request. What all other profiler views do in this situation is something like this:

<div class="empty">
    <p>No queries were performed.</p>
</div>
@makasim
Copy link
Member

makasim commented Oct 27, 2017

Could you please do a PR?

@dkarlovi
Copy link
Contributor Author

Sure.

No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants