diff --git a/mcpgateway/templates/admin.html b/mcpgateway/templates/admin.html index 3cdf367df..0981cd32e 100644 --- a/mcpgateway/templates/admin.html +++ b/mcpgateway/templates/admin.html @@ -2704,6 +2704,9 @@

+ + +
+
+ `; + + importResultSection.innerHTML = resultHTML; + } + + status.classList.add('hidden'); + } catch (error) { showDropdownStatus("error", `❌ Network error: ${error.message}`); } finally { @@ -11622,6 +11667,10 @@

} }; + window.closeImportResult = function() { + window.location.reload(); + }; + // Close dropdown when clicking outside document.addEventListener("click", function (event) { const dropdown = document.getElementById("bulk-import-dropdown");