Revisión 209
Añadido por Manu Mora Gordillo hace más de 13 años
controlies/trunk/applications/controlies/views/layout_hosts.html | ||
---|---|---|
return false;
|
||
|
||
jQuery("#dialog-form").html("").css("display","none");
|
||
{{block edit_form}}
|
||
{{block edit_form}}
|
||
jQuery("#dialog-form").load("form_ltspserver.html", function() {});
|
||
jQuery("#dialog-form").load("form_ltspserver.html", function() {
|
||
|
||
alert("Hola");
|
||
|
||
{{end}}
|
||
jQuery("#form_data #action").val("modify");
|
||
... | ... | |
jQuery("#form_data #group").attr("readonly","true");
|
||
jQuery("#form_data #group").css("background-color","#DDD");
|
||
{{block edit2_form}}
|
||
jQuery.post('call/json/getHostData',{ cn: hid,group:group,type_host:'ltsp' }, function(result) {
|
||
/*jQuery.post('call/json/getHostData',{ cn: hid,group:group,type_host:'ltsp' }, function(result) {
|
||
jQuery("#form_data #name").val(result.response['cn']);
|
||
jQuery("#form_data #ip").val(result.response['ip']);
|
||
jQuery("#form_data #mac").val(result.response['mac']);
|
||
... | ... | |
title: "Modificar Servidor de aula"
|
||
{{end}}
|
||
}).dialog('option', 'position', [x, y]);
|
||
});
|
||
}); */
|
||
});
|
||
}
|
||
|
controlies/trunk/applications/controlies/models/menu.py | ||
---|---|---|
('Usuarios', False, URL( 'usuarios', 'index' )),
|
||
('Grupos', False,URL( 'grupos', 'index' )),
|
||
('Servidores LTSP',False, URL( 'hosts', 'ltspservers' )),
|
||
('Workstations', False,URL( 'hosts', 'workstations' )),
|
||
('Clientes Ligeros', False,URL( 'hosts', 'thinclients' )),
|
||
#('Workstations', False,URL( 'hosts', 'workstations' )),
|
||
#('Clientes Ligeros', False,URL( 'hosts', 'thinclients' )),
|
||
#('Parámetros DHCP', False,URL( 'dhcpd', 'index' )),
|
||
|
||
]
|
Exportar a: Unified diff
Ocultando más opciones del menú