{% extends "base.html" %} {% block page %}
{% for key in work_orders %}
{{ work_orders[key] }}
{% endfor %} {% for key in work_order_lists %} {% if key == 'work_order_show' %}
{{ work_order_lists[key] }}
{% endif %} {% if key == 'work_repeal' %}
{{ work_order_lists[key] }}
{% endif %} {% if key == 'work_review' %}
{{ work_order_lists[key] }}
{% endif %} {% endfor %}

获取已销毁容器信息接口:/k8s_pod_get/{pod_ip}

{% endblock %}