{% extends 'base.html' %} {% load bootstrap %} {% block content %}
添加资产
{#
#} {# #} {#
#}
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
{% csrf_token %}

基本信息

{{ form.hostname|bootstrap_horizontal }}
{{ form.ip|bootstrap_horizontal }}

Tips: 如果IP地址不填写, IP默认会设置与主机名一致

{#
#} {#
#} {# #} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#

Tips: 管理用户是服务器存在的root或拥有sudo的用户,用来推送系统用户

#} {# #}
{#
#} {# {{ form.group|bootstrap_horizontal }}#} {# {{ af.is_active|bootstrap_horizontal }}#}
{{ form.comment|bootstrap_horizontal }}

关联资产用户

Tips: 管理用户是服务器存在的root或拥有sudo的用户,用来推送系统用户

{% endblock %} {% block self_footer_js %} {% endblock %}