In the firewall view, I am not able to view the server names. The name column is displaying blank versus the hostname. From a code level is it coming up as, <td class="tbl_col_server_id"> <a onclick="loadContent('admin/firewall_edit.php?id=1');" href="#"></a> versus something like <td class="tbl_col_server_id"> <a onclick="loadContent('admin/firewall_edit.php?id=1');" href="someurl">servername.domainname</a> as I would have expected. Each blank line when click, will show the appropriate hostname on the edit page, it is just blank on the Firewall list page. Any fix available?