kiloeyes/kiloeyes_horizon/kiloeyes_ui/cpu_perc/templates/cpu_perc/index.html

14 lines
276 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Cpu_Perc" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Cpu_Perc") %}
{% endblock page_header %}
{% block main %}
{{ kibana_url }}
{% endblock %}