From ff2e624fc863519fe199e67ad82e634793569495 Mon Sep 17 00:00:00 2001 From: icurfer Date: Thu, 10 Apr 2025 00:22:05 +0900 Subject: [PATCH] ip mgmt view template update --- butler/templates/butler/ip_mgmt.html | 338 +++++++++++++-------------- version | 2 +- 2 files changed, 168 insertions(+), 172 deletions(-) diff --git a/butler/templates/butler/ip_mgmt.html b/butler/templates/butler/ip_mgmt.html index f08f850..871d7d7 100644 --- a/butler/templates/butler/ip_mgmt.html +++ b/butler/templates/butler/ip_mgmt.html @@ -3,187 +3,183 @@ {% block title %}IP Management{% endblock %} {% block main_area %} -

IP 관리 대장

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

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

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

IP 관리 대장

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

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

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