fix: Ignore settings.json and default 'TP2 (Eth)' checkbox to unchecked in documentation.

Este commit está contenido en:
Donato Capitella
2026-02-24 08:50:18 +00:00
padre 1af159af81
commit a5a7b8fe04
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
+1
Ver fichero
@@ -1,2 +1,3 @@
*.pyc *.pyc
__pycache__/ __pycache__/
settings.json
+2 -2
Ver fichero
@@ -471,7 +471,7 @@
</label> </label>
<label <label
style="font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 4px; cursor: pointer;"> style="font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 4px; cursor: pointer;">
<input type="checkbox" id="toggleTP2Eth" checked> TP2 (Eth) <input type="checkbox" id="toggleTP2Eth"> TP2 (Eth)
</label> </label>
</div> </div>
@@ -548,7 +548,7 @@
activeTab: "Throughput", activeTab: "Throughput",
showTP1: true, showTP1: true,
showTP2: true, showTP2: true,
showTP2Eth: true, showTP2Eth: false,
showTriton: true, showTriton: true,
showRocm: false showRocm: false
}; };