{% extends 'base.html' %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
添加资产
{% csrf_token %}

基本信息

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

关联资产用户

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

所属

{{ form.idc|bootstrap_horizontal }} {{ form.groups|bootstrap_horizontal }}

标签

{% endblock %} {% block custom_foot_js %} {% endblock %}