mirror of https://github.com/jumpserver/jumpserver
修改bug
parent
3903eedc1a
commit
373e417729
|
@ -150,9 +150,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for page in p2.page_range %}
|
{% for page in p2.page_range %}
|
||||||
{% ifequal offset1 page %}
|
{% ifequal offset1 page %}
|
||||||
<li class="paginate_button active" aria-controls="editable" tabindex="0"><a href="?page={{ page2 }}" title="绗瑊{ page2 }}椤">{{ page2 }}</a></li>
|
<li class="paginate_button active" aria-controls="editable" tabindex="0"><a href="?page={{ page }}" title="绗瑊{ page }}椤">{{ page }}</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li class="paginate_button" aria-controls="editable" tabindex="0"><a href="?page={{ page2 }}" title="绗瑊{ page2 }}椤">{{ page2 }}</a></li>
|
<li class="paginate_button" aria-controls="editable" tabindex="0"><a href="?page={{ page }}" title="绗瑊{ page }}椤">{{ page }}</a></li>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if contacts2.has_next %}
|
{% if contacts2.has_next %}
|
||||||
|
|
Loading鈥
Reference in New Issue