opus-1705: Phase 5 screenshot fallback SVG status-cards for 1087 BROKEN + archi_load PW commit+90s
This commit is contained in:
@@ -50,7 +50,7 @@ tr:hover td{background:rgba(6,182,212,.05)}
|
||||
<div class="card"><div style="font:800 11px Nunito;color:#a78bfa">Approvisionnement</div><div style="color:#94a3b8;font-size:10px">OSS-first · 70+ outils open source · GitHub trending auto-discover</div></div>
|
||||
</div></div><div style="text-align:center;padding:20px;font:600 8px Nunito;color:#475569">WEVIA Architecture v3.3 · WEVAL Consulting · 0€</div>
|
||||
<script>
|
||||
fetch('/api/ecosystem-health.php').then(r=>r.json()).then(d=>{
|
||||
fetch('/api/ecosystem-health.php').then(r=>r.text().then(t=>{/* HTML_GUARD_V2_BATCH */var q=(t||"").trim();if(q.startsWith("<!DOCTYPE")||q.startsWith("<html")){return{error:"[HTTP "+r.status+"]",isHtmlError:true}}try{return JSON.parse(q)}catch(e){return{error:"JSON "+e.message}}})).then(d=>{
|
||||
if(!d)return;
|
||||
document.querySelectorAll('.metric').forEach(el=>{
|
||||
if(el.textContent.includes('676')&&d.agents)el.textContent=d.agents;
|
||||
|
||||
Reference in New Issue
Block a user