summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/computers/host.php
diff options
context:
space:
mode:
authorTarik Gasmi2007-06-07 19:49:06 +0200
committerTarik Gasmi2007-06-07 19:49:06 +0200
commitb9d2bd338f68aace2eb9e999896a787014ac7e46 (patch)
treec17514d270e5e01c22f1ffdb54bed6789efaba4b /ldap-site-mngmt/webinterface/computers/host.php
parent* fixed incorrectly generated exportURI (still used the export-name instead (diff)
downloadcore-b9d2bd338f68aace2eb9e999896a787014ac7e46.tar.gz
core-b9d2bd338f68aace2eb9e999896a787014ac7e46.tar.xz
core-b9d2bd338f68aace2eb9e999896a787014ac7e46.zip
Aktuelle Version LDAP-Site-Mngmt Webinterface
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1156 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/host.php')
-rw-r--r--ldap-site-mngmt/webinterface/computers/host.php1
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));