fix: Ignore settings.json and default 'TP2 (Eth)' checkbox to unchecked in documentation.
Esse commit está contido em:
@@ -1,2 +1,3 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
settings.json
|
||||||
+2
-2
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário