diff --git a/butler/templates/butler/ip_mgmt.html b/butler/templates/butler/ip_mgmt.html
index 6ea3ed2..779c47d 100644
--- a/butler/templates/butler/ip_mgmt.html
+++ b/butler/templates/butler/ip_mgmt.html
@@ -33,9 +33,9 @@
Select
Network Name
- IP Address
+ Location
Server Name
- Description
+ IP Address
Remark
Author
Updated At
@@ -49,9 +49,9 @@
class="form-check-input record-checkbox">
{{ record.network_nm }}
- {{ record.ip_addrs }}
+ {{ record.contents }}
{{ record.svr_nm }}
- {{ record.desc }}
+ {{ record.ip_addrs }}
{{ record.remark }}
{{ record.author }}
{{ record.updated_at|date:"Y-m-d H:i" }}
@@ -86,8 +86,8 @@
value="{{ record.svr_nm }}" required="required">
- Description
-
+ Location
+
Remark
@@ -156,8 +156,8 @@
- Description
-
+ Location
+
Remark
diff --git a/version b/version
index 553be54..451a93c 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-dev_0.0.28
\ No newline at end of file
+dev_0.0.29
\ No newline at end of file