diff --git a/signet-dashboard/public/utxo-list.html b/signet-dashboard/public/utxo-list.html index 7a33009..d23c108 100644 --- a/signet-dashboard/public/utxo-list.html +++ b/signet-dashboard/public/utxo-list.html @@ -297,8 +297,8 @@
Montant total : -
Dernière mise à jour : -
- - + + 📥 Télécharger le fichier texte @@ -682,11 +682,10 @@ const progressPercent = document.getElementById('progress-percent'); const progressStats = document.getElementById('progress-stats'); - buttons.forEach(btn => { - if (btn.textContent.includes('fichier')) { - btn.disabled = true; - } - }); + const fastButton = document.getElementById('refresh-fast-button'); + if (fastButton) { + fastButton.disabled = true; + } contentDiv.innerHTML = ''; utxosFromFile = true; progressSection.style.display = 'block'; @@ -794,11 +793,10 @@ progressSection.style.display = 'none'; contentDiv.innerHTML = `