Add support for
[invirt/packages/invirt-web.git] / templates / info.tmpl
index ca98ff9..ca7d107 100644 (file)
@@ -62,10 +62,13 @@ Info on $machine.name
 <form action="modify" method="POST">
   <input type="hidden" name="machine_id" value="$machine.machine_id"/>
   <table>
-    <tr><td>Owner:</td><td><input type="text" name="owner", value="$machine.owner"/></td></tr>
+    <tr><td>Owner:</td><td><input type="text" name="owner", value="$machine.owner"/></td>
+       <td>NOTE: The Owner must the name of a locker that you administer</td></tr>
     <tr><td>Contact email:</td><td><input type="text" name="contact" value="$machine.contact"/></td></tr>
+    <tr><td>Machine Name:</td><td><input type="text" name="name" value="$machine.name"/></td></tr>
 #if $machine.nics
-    <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td></tr>
+    <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td>
+       <td>NOTE: The hostname must being with "Owner_".</td></tr>
 #end if
 #if not $on
     <tr><td>Ram:</td><td><input type="text" size=3 name="memory" value="$machine.memory"/>MB (max $max_mem)</td></tr>