{% extends 'main_header.html' %} {% block body %}
Box Id | Process Name | Is On | PID | |
---|---|---|---|---|
{{ bc_entry.box_id }} | {{ bc_entry.process_name }} | {{ bc_entry.is_on }} | {{ bc_entry.pid }} | {% set action_url = '/supervisor/entry/stop/' if bc_entry.is_on else '/supervisor/entry/start/' %} {% set button_title = 'Stop' if bc_entry.is_on else 'Start' %} {% set button_value = ' Stop' if bc_entry.is_on else ' Start' %}