Skip to content

Commit 0d09382

Browse files
committed
changing text name
Signed-off-by: NAYANAR <nayana.r5@ibm.com>
1 parent afc2b3d commit 0d09382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mcpgateway/templates/admin.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@ <h3 class="text-lg font-bold dark:text-gray-200">
27062706
<h5
27072707
class="text-xs font-medium text-gray-700 dark:text-gray-300 mb-2"
27082708
>
2709-
📊 Import Results
2709+
📊 validate Import
27102710
</h5>
27112711
<div class="grid grid-cols-3 gap-2 mb-2">
27122712
<div class="bg-white dark:bg-gray-800 rounded p-2 text-center border">
@@ -11766,10 +11766,10 @@ <h3 class="text-sm font-medium text-red-800 dark:text-red-200">
1176611766
window.showDropdownActionButtons = function() {
1176711767
const actionButtonsHtml = `<div class="mt-3 flex justify-center space-x-2">
1176811768
<button onclick="toggleBulkImportDropdown()" class="px-3 py-1 text-xs bg-gray-600 text-white rounded hover:bg-gray-700">
11769-
Close
11769+
Discard
1177011770
</button>
1177111771
<button onclick="toggleBulkImportDropdown(); window.location.reload();" class="px-3 py-1 text-xs bg-blue-600 text-white rounded hover:bg-blue-700">
11772-
🔄 Refresh Page
11772+
🔄 Execute Import
1177311773
</button>
1177411774
</div>`;
1177511775

0 commit comments

Comments
 (0)