fix(dashboard): update gitea repo references from clawd to echo-core

Referințele vechi ~/clawd și gitea.romfast.ro/romfast/clawd rămase
din migrarea OpenClaw au fost corectate în index.html și files.html.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 21:44:58 +00:00
parent f885d75528
commit 512aa5cd06
2 changed files with 6 additions and 6 deletions

View File

@@ -2100,7 +2100,7 @@
subtitle.textContent = `${git.branch} · ${git.lastCommit.time}`;
const GITEA_URL = 'https://gitea.romfast.ro/romfast/clawd';
const GITEA_URL = 'https://gitea.romfast.ro/romfast/echo-core';
let html = `
<div class="git-detail-item">
<i data-lucide="git-commit"></i>
@@ -2120,7 +2120,7 @@
}
html += `<div class="git-detail-item">
<i data-lucide="external-link"></i>
<a href="${GITEA_URL}" target="_blank" style="color:var(--accent)">gitea.romfast.ro/romfast/clawd</a>
<a href="${GITEA_URL}" target="_blank" style="color:var(--accent)">gitea.romfast.ro/romfast/echo-core</a>
</div>`;
details.innerHTML = html;