Remove check local button from admin page

This commit is contained in:
Alishahryar1
2026-05-17 13:04:07 -07:00
parent bd2aaed8ab
commit 543da3d66b
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -489,7 +489,6 @@ function showMessage(message, kind = "") {
byId("validateButton").addEventListener("click", () => validate(true));
byId("applyButton").addEventListener("click", apply);
byId("refreshLocal").addEventListener("click", refreshLocalStatus);
load().catch((error) => {
showMessage(error.message, "error");
-3
View File
@@ -32,9 +32,6 @@
<section class="provider-strip" aria-label="Provider status">
<div class="strip-header">
<h3>Providers</h3>
<button id="refreshLocal" class="ghost-button" type="button">
Check local
</button>
</div>
<div id="providerGrid" class="provider-grid"></div>
</section>