{% extends "base.html" %} {% block body_content %} {% load monitor_server_tags %}

主机监控列表

{% for val in admin_class.list_display %} {% endfor %} {% get_hostinfo_obj monitor_id %}
{{ val }}
{% endblock %}