This commit is contained in:
eric
2026-03-28 16:27:42 -05:00
parent 6f79f259a1
commit 37ab25911a
16 changed files with 1176 additions and 330 deletions

View File

@@ -1006,7 +1006,12 @@ export function LiveConsoleWorkspace() {
) : null}
{qlNorm.srs_http ? (
<a className="link-tile" href={qlNorm.srs_http} target="_blank" rel="noreferrer">
🎞 SRS HTTP
🎞 SRS :8080
</a>
) : null}
{qlNorm.srs_api ? (
<a className="link-tile" href={qlNorm.srs_api} target="_blank" rel="noreferrer">
🎞 SRS API :1985
</a>
) : null}
</div>