Ignore:
Timestamp:
Oct 9, 2007, 11:15:11 PM (17 years ago)
Author:
ecprice
Message:

Machine name cannot be changed while the machine is running without
confusing the database. So, forbid it.

Help text for the machine change "owner" field.

File:
1 edited

Legend:

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

    r161 r166  
    5757<p>Change settings:
    5858#if $on
    59 (To edit ram and disk size, turn off the machine first.)
     59(To edit ram, disk size, or machine name, turn off the machine first.)
    6060#end if
    6161</p>
     
    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>
    66         <td>NOTE: The Owner must the name of a locker that you administer</td></tr>
     65    <tr><td>Owner$owner_help:</td><td><input type="text" name="owner", value="$machine.owner"/></td></tr>
    6766    <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>
    6967#if $machine.nics
    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>
     68    <tr><td>Hostname:</td><td><input type="text" name="hostname" value="$machine.nics[0].hostname"/>.servers.csail.mit.edu</td></tr>
    7269#end if
    7370#if not $on
     71    <tr><td>Machine Name:</td><td><input type="text" name="name" value="$machine.name"/></td></tr>
    7472    <tr><td>Ram:</td><td><input type="text" size=3 name="memory" value="$machine.memory"/>MB (max $max_mem)</td></tr>
    7573    <tr><td>Disk:</td><td><input type="text" size=3 name="disk" value="${machine.disks[0].size/1024.}"/>GB (max $max_disk)</td><td>WARNING: Modifying disk size may corrupt your data.</td></tr>
Note: See TracChangeset for help on using the changeset viewer.