mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2025-12-31 02:29:33 -06:00
Simplify route methods display
Show just the names as text, without the Python list syntax formatting.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<tr>
|
||||
<td>{{ route.rule }}</td>
|
||||
<td>{{ route.endpoint }}</td>
|
||||
<td>{{ route.methods|sort }}</td>
|
||||
<td>{{ route.methods|sort|join(', ') }}</td>
|
||||
<td>{{ route.alias }}</td>
|
||||
<td>{{ route.redirect_to }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user