mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-01 22:09:04 +02:00
Remove check local button from admin page
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user