Show
Ignore:
Timestamp:
04/12/12 02:41:59 (14 months ago)
Author:
edent
Message:

edit frames

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/DomainMan/views.py

    r11093 r11095  
    115115    runningNodebooter = nodeBooter_running(client) 
    116116    return render_to_response('DomainMan/console.html', locals(), context_instance=RequestContext(request)) 
     117 
     118""" 
     119Views the available nodeBooters to start 
     120""" 
     121def selectNodeboter(): 
     122    return 
    117123 
    118124"""