- Timestamp:
- 04/12/12 02:41:59 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/DomainMan/views.py
r11093 r11095 115 115 runningNodebooter = nodeBooter_running(client) 116 116 return render_to_response('DomainMan/console.html', locals(), context_instance=RequestContext(request)) 117 118 """ 119 Views the available nodeBooters to start 120 """ 121 def selectNodeboter(): 122 return 117 123 118 124 """