summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-09-07 19:46:18 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-09-07 19:46:18 +0000
commitd2407fc1c39c270dc2c2aa8d216706260ee2fe4d (patch)
tree2167fcb121b00de59081f2aac9caa6fda5821ca0 /src/lib/Server/Hostbase/hostbase/webtemplates/host.html
parentfbde04178a68b3e785785c7b793c2362f45cd457 (diff)
downloadbcfg2-d2407fc1c39c270dc2c2aa8d216706260ee2fe4d.tar.gz
bcfg2-d2407fc1c39c270dc2c2aa8d216706260ee2fe4d.tar.bz2
bcfg2-d2407fc1c39c270dc2c2aa8d216706260ee2fe4d.zip
updated for use with apache
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2222 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/host.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/host.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/host.html b/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
index a9ec9014b..43baa14c6 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
@@ -131,8 +131,12 @@
<td> $ip.ip_addr</td></tr>
#end for
#end for
- <tr> <td> <b>comments</b></td>
- <td> $host.comments</td></tr>
+ <tr> <td valign="top"> <b>comments</b></td>
+ <td>
+ #for $line in $host.comments.split("\n")
+ $line<br>
+ #end for
+ </td></tr>
</table>
<a style="font-size:75%" href="/hostbase/$host.id/dns/">see detailed DNS information for this host</a>