Is there a way to display the full hostname within the web interface? I have some devices that might have the same start of the hostname like vpn.abcd.com and with in the web interface they all show up as vpn. I have to mouse over to see the full name and in inventory they all show as vpn.
No because I have domain names that work and it is only doing this in certain places in the web interface.
Can you include a screenshot of what you are seeing?
Well, apparently, you can set how much a host is shortened with
$config['shorthost_target_length'] = 12;
(default is 12)
Affects everywhere the hostname is shortened in the ui, so could make some things not fit…
That worked perfect Thank you!! I had to crank the number to 20 to get everything to show.