Re-add the raw list (with fixed alignment)
This commit is contained in:
parent
0caa5d04d3
commit
ee57c30c53
@ -43,4 +43,12 @@ th {
|
||||
</tbody>
|
||||
</table>
|
||||
{% endfor %}
|
||||
<details>
|
||||
<summary>Raw list</summary>
|
||||
<code>
|
||||
{% for win_id, tabs in tab_list_by_window.items() %}{% for name, url in tabs %}
|
||||
{{url}}</br>{% endfor %}
|
||||
{% endfor %}
|
||||
</code>
|
||||
</details>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user