Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 119

Validando alta workstations

Ver diferencias:

MainLoop.py
elif request.args['action'][0] == "getThinclientGroups":
h = Hosts (l,"","","","","")
response = h.getThinclientGroups ()
return json.dumps({"response" : response})
return json.dumps({"response" : response})
elif request.args['action'][0] == "getInternalGroups":
h = Hosts (l,"","","","","")
response = h.getInternalGroups ()
return json.dumps({"response" : response})
elif request.args['action'][0] == "getLTSPServers":
h = Hosts (l,"","","","","")
response = h.getLTSPServers ()

Exportar a: Unified diff