{% extends "layout.html" %} {% block title %}Instance inspection{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}
Add your instance parameters here and click on the update button
This tab show all process generated by slapgrid for your application. You can click on the process name to display log.
{% if supervisor != []%}Partition and Process name | Status | Process PID | UpTime | |
---|---|---|---|---|
{{ item[0]}} | {{ item[1]}} | {{ item[3]}} | {{ item[5]}} | Restart |
Uses parameters below to run your application
{% for item in slap_status %}