mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix first column
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user