Problem with Firewall Page

Discussion in 'Installation/Configuration' started by helfrez, Mar 30, 2011.

  1. helfrez

    helfrez New Member

    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?:confused:
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I've added this to our bugtracker, so we will check that.
     
  3. helfrez

    helfrez New Member

    For reference this is a 6 box cluster, 2 x webservers, 2x dns servers, 2x mysql servers(mirrored)
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Tested this with current ispconfig 3.0.3.3 RC1 and it works fine for me.
     

Share This Page