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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user