mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Highlight the agents, automation tab when active on the web app
This commit is contained in:
parent
4679f07336
commit
d8ace4d34c
2 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue