From 96ac1d5bcadf56a351661b579a933e02a618ef6c Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 6 Feb 2021 00:10:54 -0800 Subject: [PATCH] Fix first column --- net/list_ifcs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/list_ifcs.cgi b/net/list_ifcs.cgi index dc90830a5..e20c2941c 100755 --- a/net/list_ifcs.cgi +++ b/net/list_ifcs.cgi @@ -44,7 +44,7 @@ if (!$access{'bootonly'}) { &ui_link("edit_aifc.cgi?new=1",$text{'ifcs_add'})); } print &ui_links_row(\@links); - print &ui_columns_start( ( "" ), + print &ui_columns_start([ "", $text{'ifcs_name'}, $text{'ifcs_type'}, $text{'ifcs_ip'},