Skip to content

Commit d561c16

Browse files
rakduttacrivetimihai
authored andcommitted
fix duplicate table heading
Signed-off-by: rakdutta <[email protected]>
1 parent bd2fd6c commit d561c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcpgateway/templates/prompts_partial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<!-- Out-of-band swap for pagination controls -->
4848
<div id="prompts-pagination-controls" hx-swap-oob="true">
4949
{% set base_url = root_path + '/admin/prompts/partial' %}
50-
{% set hx_target = '#prompts-table-body' %}
50+
{% set hx_target = '#prompts-table' %}
5151
{% set hx_indicator = '#prompts-loading' %}
5252
{% set query_params = {'include_inactive': include_inactive} %}
5353
{% include 'pagination_controls.html' %}

mcpgateway/templates/resources_partial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- Out-of-band swap for pagination controls -->
5959
<div id="resources-pagination-controls" hx-swap-oob="true">
6060
{% set base_url = root_path + '/admin/resources/partial' %}
61-
{% set hx_target = '#resources-table-body' %}
61+
{% set hx_target = '#resources-table' %}
6262
{% set hx_indicator = '#resources-loading' %}
6363
{% set query_params = {'include_inactive': include_inactive} %}
6464
{% include 'pagination_controls.html' %}

0 commit comments

Comments
 (0)