diff --git a/html-router/templates/admin/base.html b/html-router/templates/admin/base.html index 119680b..3339702 100644 --- a/html-router/templates/admin/base.html +++ b/html-router/templates/admin/base.html @@ -8,44 +8,31 @@ Admin Controls - - Stay on top of analytics and manage AI integrations without waiting on long-running model calls. - Signed in as {{ user.email }} - - + + Overview - + Models {% if current_section == 'models' %} - {% include 'admin/sections/models.html' %} + {% include 'admin/sections/models.html' %} {% else %} - {% include 'admin/sections/overview.html' %} + {% include 'admin/sections/overview.html' %} {% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file
- Stay on top of analytics and manage AI integrations without waiting on long-running model calls. -