From 512aa5cd0674b274d3b401fa0e8e90471799d15b Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Sat, 25 Apr 2026 21:44:58 +0000 Subject: [PATCH] fix(dashboard): update gitea repo references from clawd to echo-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dashboard/files.html | 8 ++++---- dashboard/index.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/files.html b/dashboard/files.html index 9b725b1..f4cf40b 100644 --- a/dashboard/files.html +++ b/dashboard/files.html @@ -833,7 +833,7 @@
@@ -1277,7 +1277,7 @@ const breadcrumb = document.getElementById('breadcrumb'); const parts = currentPath.split('/').filter(p => p); - let html = `~/clawd`; + let html = `~/echo-core`; let buildPath = ''; for (let i = 0; i < parts.length; i++) { @@ -1866,7 +1866,7 @@ if (changedPaths.length === 0) { document.getElementById('breadcrumb').innerHTML = ` - ~/clawd + ~/echo-core ✓ Git curat `; @@ -1877,7 +1877,7 @@ // Update breadcrumb document.getElementById('breadcrumb').innerHTML = ` - ~/clawd + ~/echo-core 🔸 Git Changes (${changedPaths.length}) `; diff --git a/dashboard/index.html b/dashboard/index.html index dd2ccbd..7bb9967 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -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 = `
@@ -2120,7 +2120,7 @@ } html += ``; details.innerHTML = html;