- Replace dst host name by dst name in CGI source tab header.
This commit is contained in:
@@ -292,9 +292,9 @@ Source_Routing_Board()
|
||||
|
||||
if [[ "${format}" == "html" ]]
|
||||
then
|
||||
echo -n "<TD>${dst_host_name}</TD>"
|
||||
echo -n "<TD>${dst_name}</TD>"
|
||||
else
|
||||
echo -n "${dst_host_name};"
|
||||
echo -n "${dst_name};"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user