Skip to content

Commit d01eeca

Browse files
view tool (IBM#852)
* update for view tools Signed-off-by: NAYANAR <nayana.r5@ibm.com> * Remove dark:bg-gray-800 from wrapper Signed-off-by: NAYANAR <nayana.r5@ibm.com> --------- Signed-off-by: NAYANAR <nayana.r5@ibm.com> Co-authored-by: NAYANAR <nayana.r5@ibm.com>
1 parent 83b20f6 commit d01eeca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mcpgateway/static/admin.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6389,7 +6389,7 @@ async function viewTool(toolId) {
63896389
} else {
63906390
authHTML = `
63916391
<span class="font-medium text-gray-700 dark:text-gray-300">Authentication Type:</span>
6392-
<div class="mt-1 text-sm text-gray-600 dark:text-gray-400">None</div>
6392+
<div class="mt-1 text-sm">None</div>
63936393
`;
63946394
}
63956395

@@ -6465,7 +6465,7 @@ async function viewTool(toolId) {
64656465
if (toolDetailsDiv) {
64666466
// Create structure safely without double-escaping
64676467
const safeHTML = `
6468-
<div class="dark:bg-gray-800 dark:text-gray-300">
6468+
<div class="bg-transparent dark:bg-transparent dark:text-gray-300">
64696469
<!-- Two Column Layout for Main Info -->
64706470
<div class="grid grid-cols-2 gap-6 mb-6">
64716471
<!-- Left Column -->
@@ -6476,11 +6476,11 @@ async function viewTool(toolId) {
64766476
</div>
64776477
<div>
64786478
<span class="font-medium text-gray-700 dark:text-gray-300">Technical Name:</span>
6479-
<div class="mt-1 tool-name text-sm text-gray-600 dark:text-gray-400"></div>
6479+
<div class="mt-1 tool-name text-sm"></div>
64806480
</div>
64816481
<div>
64826482
<span class="font-medium text-gray-700 dark:text-gray-300">URL:</span>
6483-
<div class="mt-1 tool-url text-sm text-gray-600 dark:text-gray-400 break-all"></div>
6483+
<div class="mt-1 tool-url text-sm"></div>
64846484
</div>
64856485
<div>
64866486
<span class="font-medium text-gray-700 dark:text-gray-300">Type:</span>
@@ -6491,7 +6491,7 @@ async function viewTool(toolId) {
64916491
<div class="space-y-3">
64926492
<div>
64936493
<span class="font-medium text-gray-700 dark:text-gray-300">Description:</span>
6494-
<div class="mt-1 tool-description text-sm text-gray-600 dark:text-gray-400"></div>
6494+
<div class="mt-1 tool-description text-sm"></div>
64956495
</div>
64966496
<div>
64976497
<span class="font-medium text-gray-700 dark:text-gray-300">Tags:</span>

0 commit comments

Comments
 (0)