Back to Kbengine

Status Show Components

kbe/tools/server/webconsole/templates/WebConsole/status_show_components.html

2.5.12394 B
Original Source

{% extends "WebConsole/base.html" %} {% block content %}

The machine on {{ http_host }}


{% for comp in KBEComps %} {% if comp.componentType == 3 or comp.componentType == 4 %}

{% if comp.componentType == 3 %}baseapp{% elif comp.componentType == 4 %}cellapp{% else %}{{ comp.fullname }}{% endif %}

{% endif %} {% endfor %} {% endblock %} {% block tail_js %} {% endblock %}