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