Changeset 2642
- Timestamp:
- Dec 19, 2009, 10:00:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/main.py
r2591 r2642 497 497 else: 498 498 m.uptime = xmlist[m]['uptime'] 499 installing[m] = bool(xmlist[m].get('autoinstall')) 499 500 if xmlist[m]['console']: 500 501 has_vnc[m] = True … … 503 504 else: 504 505 has_vnc[m] = "ParaVM" 505 if xmlist[m].get('autoinstall'):506 installing[m] = True507 else:508 installing[m] = False509 506 max_memory = validation.maxMemory(username, state) 510 507 max_disk = validation.maxDisk(username)
Note: See TracChangeset
for help on using the changeset viewer.