{% extends 'base.html' %} {% load static %} {% load i18n %} {% block help_message %}
{# 左侧是资产树,右击可以新建、删除、更改树节点,授权资产也是以节点方式组织的,右侧是属于该节点下的资产#} {% trans 'The left side is the asset tree, right click to create, delete, and change the tree node, authorization asset is also organized as a node, and the right side is the asset under that node' %}
{% endblock %} {% block custom_head_css_js %} {# #} {% endblock %} {% block content %}
{% include 'assets/_node_tree.html' %}
{% trans 'Hostname' %} {% trans 'IP' %} {% trans 'Hardware' %} {% trans 'Reachable' %} {% trans 'Action' %}
{% include 'assets/_asset_update_modal.html' %} {% include 'assets/_asset_import_modal.html' %} {% include 'assets/_asset_list_modal.html' %} {% endblock %} {% block custom_foot_js %} {% endblock %}