Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
edfee40475bb
Commit
b89970c1
authored
Mar 12, 2020
by
Simon Chabot
Browse files
[debugtoolbar] Do not render CW controller panel when no controller got collected
This can happen on pure pyramid applications for instance.
parent
327b11ee0914
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/pyramid/debug_toolbar_templates/cw.dbtmako
View file @
edfee404
% if controller:
<h3>Controller</h3>
<table class="table table-striped table-condensed">
...
...
@@ -61,3 +63,6 @@
<li><a href="/cwsource">data sources</a></li>
<li><a href="/siteinfo">Site information</a></li>
</ul>
% else:
<p>No controller store got collected.</p>
% endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment