From 4ca5275a9b7646b0a935055ec2250f0ca749ead6 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 7 Jun 2009 13:37:51 +0000
Subject: [PATCH] luci-0.8: merge r4785

---
 modules/admin-full/luasrc/view/admin_status/iptables.htm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/admin-full/luasrc/view/admin_status/iptables.htm b/modules/admin-full/luasrc/view/admin_status/iptables.htm
index 2b8f12ccc..60a498fad 100644
--- a/modules/admin-full/luasrc/view/admin_status/iptables.htm
+++ b/modules/admin-full/luasrc/view/admin_status/iptables.htm
@@ -91,7 +91,7 @@ $Id$
 							<th class="cbi-section-table-cell"><%:a_s_ipt_outputif Out%></th>
 							<th class="cbi-section-table-cell"><%:a_s_ipt_source Source%></th>
 							<th class="cbi-section-table-cell"><%:a_s_ipt_destination Destination%></th>
-							<th class="cbi-section-table-cell"><%:a_s_ipt_options Options%></th>
+							<th class="cbi-section-table-cell" style="width:30%"><%:a_s_ipt_options Options%></th>
 						</tr>
 
 						<% for _, rule in ipairs(ipt:find({table=tbl, chain=chain})) do %>
@@ -106,7 +106,7 @@ $Id$
 								<td><%=link_iface(rule.outputif)%></td>
 								<td><%=rule.source%></td>
 								<td><%=rule.destination%></td>
-								<td><small><%=#rule.options > 0 and table.concat(rule.options, " ") or "-"%></small></td>
+								<td style="width:30%"><small><%=#rule.options > 0 and table.concat(rule.options, " ") or "-"%></small></td>
 							</tr>
 						<% end %>
 
-- 
2.25.1