diff --git a/butler/templates/butler/ip_mgmt.html b/butler/templates/butler/ip_mgmt.html index f9bb3cd..6ea3ed2 100644 --- a/butler/templates/butler/ip_mgmt.html +++ b/butler/templates/butler/ip_mgmt.html @@ -3,175 +3,198 @@ {% block title %}IP Management{% endblock %} {% block main_area %} -

IP 관리 대장

- {% if not request.user.is_authenticated %} -

비로그인 익명사용자로 접근 중입니다. -
로그인시 로그인 사용자가 등록한 데이터만 조회됩니다.

- {% endif %} - -
- {% csrf_token %} - - - - - - - - - - - - - - - {% for record in records %} - - - - - - - - - - +

IP 관리 대장

+{% if not request.user.is_authenticated %} +

비로그인 익명사용자로 접근 중입니다. +
로그인시 로그인 사용자가 등록한 데이터만 조회됩니다. +

+{% endif %} + +
+
+
+
+
+
+ +
+ + +
+ +
+
+ + + {% csrf_token %} +
SelectNetwork NameIP AddressServer NameDescriptionRemarkAuthorUpdated At
- - {{ record.network_nm }}{{ record.ip_addrs }}{{ record.svr_nm }}{{ record.desc }}{{ record.remark }}{{ record.author }}{{ record.updated_at|date:"Y-m-d H:i" }}
+ + + + + + + + + + + + + + {% for record in records %} + + + + + + + + + + - - - - - {% endfor %} - -
SelectNetwork NameIP AddressServer NameDescriptionRemarkAuthorUpdated At
+ + {{ record.network_nm }}{{ record.ip_addrs }}{{ record.svr_nm }}{{ record.desc }}{{ record.remark }}{{ record.author }}{{ record.updated_at|date:"Y-m-d H:i" }}
No records found.
- {% if request.user.is_authenticated %} - -
- - - - - - - - +
- {% endif %} - + {% empty %} + + No records found. + + {% endfor %} + + + {% if request.user.is_authenticated %} + +
+ + - -