\n"; print &ui_links_row([ $links[2] ]); } # Show other module's logs @others = &get_other_module_logs(); if (@others) { print &ui_hr(); print &ui_columns_start([ $text{'destinations_desc'}, $text{'destinations_file'}, "" ]); foreach $o (@others) { print &ui_columns_row([ $o->{'desc'}, $o->{'file'} ? "$o->{'file'}" : &text('destinations_cmd', $o->{'cmd'}), "{'mod'}'>$text{'destinations_view'}", ]); } print &ui_columns_end(); } &ui_print_footer("", $text{'index_return'});