Skip to content

Commit c0c12f4

Browse files
authored
feat: Add MCP Gateway Name to the Tools Overview (#624)
Closes #506 Signed-off-by: Cnidarias <[email protected]>
1 parent 0a22372 commit c0c12f4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mcpgateway/templates/admin.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,11 @@ <h2 class="text-2xl font-bold dark:text-gray-200">
567567
>
568568
S. No.
569569
</th>
570+
<th
571+
class="px-2 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider w-36"
572+
>
573+
Gateway Name
574+
</th>
570575
<th
571576
class="px-2 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-300 uppercase tracking-wider w-24"
572577
>
@@ -619,10 +624,15 @@ <h2 class="text-2xl font-bold dark:text-gray-200">
619624
>
620625
{{ loop.index }}
621626
</td>
627+
<td
628+
class="px-2 py-4 whitespace-normal break-words text-sm text-gray-500 dark:text-gray-300 w-36"
629+
>
630+
{{ tool.gatewaySlug }}
631+
</td>
622632
<td
623633
class="px-2 py-4 whitespace-nowrap text-sm font-medium text-gray-900 w-24 dark:text-gray-100"
624634
>
625-
{{ tool.name }}
635+
{{ tool.originalNameSlug }}
626636
</td>
627637
<td
628638
class="px-2 py-4 whitespace-normal break-words text-sm text-gray-500 dark:text-gray-300 w-24"

0 commit comments

Comments
 (0)