Ignore:
Timestamp:
Oct 9, 2007, 10:08:20 PM (17 years ago)
Author:
ecprice
Message:

Add support for
(A) modifying VM names, memory, disksize
(B) transferring ownership, hostname

Has issues with multiple disks/nics because of current interface.

(tabbott is the real author here)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/info.tmpl

    r153 r161  
    6363  <input type="hidden" name="machine_id" value="$machine.machine_id"/>
    6464  <table>
    65     <tr><td>Owner:</td><td><input type="text" name="owner", value="$machine.owner"/></td></tr>
     65    <tr><td>Owner:</td><td><input type="text" name="owner", value="$machine.owner"/></td>
     66        <td>NOTE: The Owner must the name of a locker that you administer</td></tr>
    6667    <tr><td>Contact email:</td><td><input type="text" name="contact" value="$machine.contact"/></td></tr>
     68    <tr><td>Machine Name:</td><td><input type="text" name="name" value="$machine.name"/></td></tr>
    6769#if $machine.nics
    68     <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td></tr>
     70    <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td>
     71        <td>NOTE: The hostname must being with "Owner_".</td></tr>
    6972#end if
    7073#if not $on
Note: See TracChangeset for help on using the changeset viewer.