{% extends "base.html" %} {% set active_page = 'dashboard' %} {% block body %} {% for node_info in infos %}

Scheduler{{ loop.index }} Info

Item Value
Git Branch
{{ node_info['git_info'] }}
Platform
{{ node_info['platform'] }}
Python Version
{{ node_info['sys_version'] }}

Resources

Item Value
CPU Info
{{ node_info['cpu_info'] }}
Memory Info
{{ node_info['memory_info'] }}
{% endfor %} {% endblock %}