Changeset 166 for trunk/web/templates/main.py
- Timestamp:
- Oct 9, 2007, 11:15:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/main.py
r165 r166 677 677 ParaVM machines use Xen's emulation of virtualization features. You 678 678 want an HVM virtualized machine.""", 679 cpu_weight="""Don't ask us! We're as mystified as you are.""") 679 cpu_weight="""Don't ask us! We're as mystified as you are.""", 680 owner="""The Owner must be the name of a locker that you are an AFS 681 administrator of. In particular, you or an AFS group you are a member 682 of must have AFS rlidwka bits on the locker. You can check see who 683 administers the LOCKER locker using the command 'fs la /mit/LOCKER' on 684 Athena.)""") 680 685 681 686 d = dict(user=user, … … 758 763 max_mem=max_mem, 759 764 max_disk=max_disk, 765 owner_help=helppopup("owner"), 760 766 fields = fields) 761 767 return Template(file='info.tmpl',
Note: See TracChangeset
for help on using the changeset viewer.