{% extends '_base_asset_tree_list.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 table_container %}
{% trans "Create asset" %}
{% include '_csv_import_export.html' %}
{% trans 'Hostname' %} {% trans 'IP' %} {% trans 'Hardware' %} {% trans 'Reachable' %} {% trans 'Action' %}
{% include 'assets/_asset_list_modal.html' %} {% include 'assets/_node_detail_modal.html' %} {% endblock %} {% block custom_foot_js %} {% endblock %}