Skip to content

Commit

Permalink
fix-issue-252
Browse files Browse the repository at this point in the history
  • Loading branch information
dcritch committed Dec 20, 2023
1 parent 17c4b44 commit c91587c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/src/t5gweb/templates/macros/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Statistics</h2>
{% endfor %}
{%- endmacro %}

{% macro cases_table(new_comments) -%}
{% macro cases_table(new_comments, jira_server) -%}
<div class="container-fluid pt-2" id="expand-buttons">
<button type="button" class="btn btn-outline-dark" id="expand-button">Expand All Rows</button>
<button type="button" class="btn btn-outline-dark" id="collapse-button">Collapse All Rows</button>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/t5gweb/templates/ui/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block title %}{{ page_title }}{% endblock %}
{% block content %}
<div class="container-fluid copy mt-5">
{{ macros.cases_table(new_comments) }}
{{ macros.cases_table(new_comments, jira_server) }}
</div>
<!-- Include jQuery + DataTables -->
<script type="text/javascript"
Expand Down

0 comments on commit c91587c

Please sign in to comment.