{% extends "base.html" %} {% set active_page = 'dashboard' %} {% block body %} {% for node_info in infos %}
Item | Value |
---|---|
Git Branch | {{ node_info['git_info'] }} |
Platform | {{ node_info['platform'] }} |
Python Version | {{ node_info['sys_version'] }} |
Item | Value |
---|---|
CPU Info | {{ node_info['cpu_info'] }} |
Memory Info | {{ node_info['memory_info'] }} |