mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
document.getElementById("agents-nav").classList.add("khoj-nav-selected");
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user