File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
</ li >
52
52
53
53
< li class ="nav-item ">
54
- < a class ="nav-link " href ="# ">
54
+ < a class ="nav-link " href ="{% url 'datasources' %} ">
55
55
< i class ="ri-stack-line "> </ i >
56
56
< span > Sources</ span >
57
57
</ a >
Original file line number Diff line number Diff line change 1
1
{% for signal in signals %}
2
2
{% if forloop.last %}
3
- < tr hx-trigger ="revealed " class ="clickable-table-row " hx-get ="{% url 'signals' %}?page={{ page_obj.number|add:1 }} "
3
+ < tr hx-trigger ="revealed " class ="clickable-table-row " hx-get ="{% url 'signals' %}?page={{ page_obj.number|add:1 }}{{ url_params_str }} "
4
4
hx-swap ="afterend " onClick ="location.href='{% url 'signal' pk=signal.id %}'; ">
5
5
{% else %}
6
6
< tr classs ="clickable-table-row " onClick ="location.href='{% url 'signal' pk=signal.id %}'; ">
You can’t perform that action at this time.
0 commit comments