This commit is contained in:
Ettore Di Giacinto
2025-04-08 22:18:32 +02:00
parent 894dde9256
commit e7111c6554
97 changed files with 329 additions and 329 deletions

View File

@@ -1,7 +1,7 @@
/**
* Connector Templates
*
* This file contains templates for all connector types supported by LocalAgent.
* This file contains templates for all connector types supported by LocalAGI.
* Each template is a function that returns an HTML string for the connector's form.
*
* Note: We don't need to escape HTML in the value attributes because browsers

View File

@@ -62,7 +62,7 @@
</section>
<footer class="text-center text-gray-500 text-sm mb-8">
<p>&copy; 2025 LocalAgent.</p>
<p>&copy; 2025 LocalAGI.</p>
</footer>
</div>

View File

@@ -157,7 +157,7 @@
</div>
<footer class="text-center text-gray-500 text-sm mb-8">
<p>&copy; 2025 LocalAgent.</p>
<p>&copy; 2025 LocalAGI.</p>
</footer>
</div>

View File

@@ -140,7 +140,7 @@
<img src="/old/public/logo_1.png" width="250" alt="Company Logo">
</div>
<h1 class="dashboard-title">LocalAgent</h1>
<h1 class="dashboard-title">LocalAGI</h1>
<!-- Simple stats display -->
<div class="dashboard-stats">

View File

@@ -16,7 +16,7 @@
</div>
</div>
<span class="text-xl font-bold transition-colors duration-300"
style="color: var(--primary); text-shadow: var(--neon-glow);">LocalAgent</span>
style="color: var(--primary); text-shadow: var(--neon-glow);">LocalAGI</span>
</a>
</div>
<div class="hidden md:block ml-10">