diff --git a/app/templates/admin/platform-health.html b/app/templates/admin/platform-health.html index 946b2105..25bd29f1 100644 --- a/app/templates/admin/platform-health.html +++ b/app/templates/admin/platform-health.html @@ -1,23 +1,15 @@ {# app/templates/admin/platform-health.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} -{% from 'shared/macros/headers.html' import page_header %} +{% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% block title %}Platform Health{% endblock %} {% block alpine_data %}adminPlatformHealth(){% endblock %} {% block content %} -{% call page_header("Platform Health", subtitle="System metrics, capacity monitoring, and scaling recommendations") %} - +{% call page_header_flex(title='Platform Health', subtitle='System metrics, capacity monitoring, and scaling recommendations') %} + {{ refresh_button(variant='primary') }} {% endcall %} {{ loading_state('Loading platform health...') }}