{% extends '_base_list.html' %} {% load i18n static %} {% block table_search %}{% endblock %} {% block help_message %}
{# 网域功能是为了解决部分环境(如:混合云)无法直接连接而新增的功能,原理是通过网关服务器进行跳转登录。
#} {# JMS => 网域网关 => 目标资产#} {% trans 'The domain function is added to address the fact that some environments (such as the hybrid cloud) cannot be connected directly by jumping on the gateway server.' %}
{% trans 'JMS => Domain gateway => Target assets' %}
{% endblock %} {% block table_container %}
{% trans "Create domain" %}
{% trans 'Name' %} {% trans 'Asset' %} {% trans 'Gateway' %} {% trans 'Comment' %} {% trans 'Action' %}
{% endblock %} {% block content_bottom_left %}{% endblock %} {% block custom_foot_js %} {% endblock %}