diff --git a/fireworks/flask_site/templates/fw_state.html b/fireworks/flask_site/templates/fw_state.html index 365521b3c..8b7f6953e 100644 --- a/fireworks/flask_site/templates/fw_state.html +++ b/fireworks/flask_site/templates/fw_state.html @@ -37,6 +37,43 @@

{{ '{:,}'.format(fw_count) }} {{ state|lower }} Firework {% endfor %} -{{ pagination.links|safe }} +
+ {{ pagination.links|safe }} +
+ +
+ + + + + of {{ pagination.pages }} + +
+ + {% endblock %} diff --git a/fireworks/flask_site/templates/wf_state.html b/fireworks/flask_site/templates/wf_state.html index a54e517f3..7a390c907 100644 --- a/fireworks/flask_site/templates/wf_state.html +++ b/fireworks/flask_site/templates/wf_state.html @@ -35,6 +35,44 @@

{{ '{:,}'.format(wf_count) }} {{ state|lower }} Workflow {% endfor %} -{{ pagination.links|safe }} + +
+ {{ pagination.links|safe }} +
+ +
+ + + + + of {{ pagination.pages }} + +
+ + {% endblock %}