Highlight the agents, automation tab when active on the web app

This commit is contained in:
Debanjum Singh Solanky 2024-06-03 16:57:03 +05:30
parent 4679f07336
commit d8ace4d34c
2 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,9 @@
<a href="/">Back to Chat</a>
</div>
</body>
<script>
document.getElementById("agents-nav").classList.add("khoj-nav-selected");
</script>
<style>
body {
background-color: var(--background-color);

View file

@ -31,6 +31,10 @@
<a href="/">Back to Chat</a>
</div>
</div>
<script>
document.getElementById("automations-nav").classList.add("khoj-nav-selected");
</script>
<script src="/static/assets/natural-cron.min.js"></script>
<style>
td {