Changeset 2720 for package_branches/invirt-web/cherrypy-rebased/code
- Timestamp:
- Dec 20, 2009, 9:47:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy-rebased/code/main.py
r2717 r2720 443 443 else: 444 444 m.uptime = xmlist[m]['uptime'] 445 installing[m] = bool(xmlist[m].get('autoinstall')) 445 446 if xmlist[m]['console']: 446 447 has_vnc[m] = True … … 449 450 else: 450 451 has_vnc[m] = "ParaVM" 451 if xmlist[m].get('autoinstall'):452 installing[m] = True453 else:454 installing[m] = False455 452 max_memory = validation.maxMemory(username, state) 456 453 max_disk = validation.maxDisk(username)
Note: See TracChangeset
for help on using the changeset viewer.