summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/edit.html
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-10-10 15:23:17 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-10-10 15:23:17 +0000
commit60030f92fbdee28cc06f59c65654cf7a9c6e70f4 (patch)
treee921901db4b747aeb512e7f21db735aa659d0f91 /src/lib/Server/Hostbase/hostbase/webtemplates/edit.html
parent11636a6e5ad02928b150676be21f090795374153 (diff)
downloadbcfg2-60030f92fbdee28cc06f59c65654cf7a9c6e70f4.tar.gz
bcfg2-60030f92fbdee28cc06f59c65654cf7a9c6e70f4.tar.bz2
bcfg2-60030f92fbdee28cc06f59c65654cf7a9c6e70f4.zip
minor updates to plugin and templates
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2427 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/edit.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/edit.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/edit.html b/src/lib/Server/Hostbase/hostbase/webtemplates/edit.html
index efc308def..0785b64e8 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/edit.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/edit.html
@@ -46,13 +46,12 @@ div#interface{
<form name="hostdata" action="?sub=true" method="post">
<input type="hidden" name="host" value="{{ host.id }}">
-<input type="hidden" name="hostname" value="{{ host.hostname }}">
<table border="0" width="100%">
<colgroup>
<col width="150">
<col width="*">
<tr> <td> <b>hostname</b></td>
- <td> {{ host.hostname }}</td></tr>
+ <td> <input name="hostname" value="{{ host.hostname }}"></td></tr>
<tr> <td> <b>whatami</b></td>
<td>
<select name="whatami">