diff options
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/host.php')
| -rw-r--r-- | ldap-site-mngmt/webinterface/computers/host.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/host.php b/ldap-site-mngmt/webinterface/computers/host.php index 928df62c..2c522181 100644 --- a/ldap-site-mngmt/webinterface/computers/host.php +++ b/ldap-site-mngmt/webinterface/computers/host.php @@ -61,6 +61,7 @@ $template->assign(array("HOSTDN" => $hostDN, "GRAPHIC" => $host['hw-graphic'], "MONITOR" => $host['hw-monitor'], "DHCPLINK" => "<a href='dhcphost.php?dn=".$hostDN."&sbmnr=".$sbmnr."' class='headerlink'>", + "RBSLINK" => "<a href='rbshost.php?dn=".$hostDN."&sbmnr=".$sbmnr."' class='headerlink'>", "HWLINK" => "<a href='hwhost.php?dn=".$hostDN."&sbmnr=".$sbmnr."' class='headerlink'>", "AUDN" => $auDN, "SBMNR" => $sbmnr)); |
