Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.2
-
None
Description
On hosts page, hostname always got wrapped if there is dash(hyphen) in hostname string.
Expected results:
1. Hostname not break on dashes (eg. ec2-12-123-12-123.compute-1.amazonaws.com ).
2. If the hostname is too long, then use '...' at the end, eg. ec2-12-123-12-123.compute-1.amazonaws.blab..., so hostname always kept in a single line.