{% extends "layouts/base.html" %} {% block title %}{{ title }}{% endblock %} {################################ HTML CONTENT ################################} {% block content %} {% set proc = rpc.main_node.process() %}
Monitoring {{ rpc.main_node.witness_host or rpc.main_node.wallet_host }}:{{ rpc.main_node.witness_port or rpc.main_node.wallet_port }} {% if proc %} PID: {{ proc.pid }} Client invocation: {{ proc.cmdline() | hide_private_key }} {% else %} offline {% endif %}
{% endblock %} {################################# JAVASCRIPT #################################} {% block scripts %} {% endblock %}