mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Highlight the agents, automation tab when active on the web app
This commit is contained in:
@@ -56,6 +56,9 @@
|
|||||||
<a href="/">Back to Chat</a>
|
<a href="/">Back to Chat</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<script>
|
||||||
|
document.getElementById("agents-nav").classList.add("khoj-nav-selected");
|
||||||
|
</script>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
|
|||||||
@@ -31,6 +31,10 @@
|
|||||||
<a href="/">Back to Chat</a>
|
<a href="/">Back to Chat</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
document.getElementById("automations-nav").classList.add("khoj-nav-selected");
|
||||||
|
</script>
|
||||||
|
|
||||||
<script src="/static/assets/natural-cron.min.js"></script>
|
<script src="/static/assets/natural-cron.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
td {
|
td {
|
||||||
|
|||||||
Reference in New Issue
Block a user