- 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" ]]
|
if [[ "${format}" == "html" ]]
|
||||||
then
|
then
|
||||||
echo -n "<TD>${dst_host_name}</TD>"
|
echo -n "<TD>${dst_name}</TD>"
|
||||||
else
|
else
|
||||||
echo -n "${dst_host_name};"
|
echo -n "${dst_name};"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user