Skip to content

Commit 7afa615

Browse files
NAYANAR0502crivetimihai
authored andcommitted
changing text name
Signed-off-by: NAYANAR <nayana.r5@ibm.com>
1 parent 2fea7f8 commit 7afa615

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
@@ -2717,7 +2717,7 @@ <h3 class="text-lg font-bold dark:text-gray-200">
27172717
<h5
27182718
class="text-xs font-medium text-gray-700 dark:text-gray-300 mb-2"
27192719
>
2720-
📊 Import Results
2720+
📊 validate Import
27212721
</h5>
27222722
<div class="grid grid-cols-3 gap-2 mb-2">
27232723
<div class="bg-white dark:bg-gray-800 rounded p-2 text-center border">
@@ -11419,10 +11419,10 @@ <h3 class="text-sm font-medium text-red-800 dark:text-red-200">
1141911419
window.showDropdownActionButtons = function() {
1142011420
const actionButtonsHtml = `<div class="mt-3 flex justify-center space-x-2">
1142111421
<button onclick="toggleBulkImportDropdown()" class="px-3 py-1 text-xs bg-gray-600 text-white rounded hover:bg-gray-700">
11422-
Close
11422+
Discard
1142311423
</button>
1142411424
<button onclick="toggleBulkImportDropdown(); window.location.reload();" class="px-3 py-1 text-xs bg-blue-600 text-white rounded hover:bg-blue-700">
11425-
🔄 Refresh Page
11425+
🔄 Execute Import
1142611426
</button>
1142711427
</div>`;
1142811428

0 commit comments

Comments
 (0)