~ubuntu-virt/cobbler/ubuntu

« back to all changes in this revision

Viewing changes to web/cobbler_web/templates/generic_edit.tmpl

  • Committer: Chuck Short
  • Date: 2011-02-18 15:10:53 UTC
  • Revision ID: zulcss@ubuntu.com-20110218151053-vs8ddwhh5s461cc0
Update to new upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
}
337
337
 
338
338
function page_onload() {
339
 
    populate_widgets()
340
 
    interface_table = build_interface_table()
341
 
    populate_interfaces()
342
 
    last_interface = get_selected_interface()
343
 
    load_intf()
 
339
    populate_widgets();
 
340
    populate_mgmt_classes();
 
341
{% ifequal what "system" %}
 
342
    interface_table = build_interface_table();
 
343
    populate_interfaces();
 
344
    last_interface = get_selected_interface();
 
345
    load_intf();
 
346
{% endifequal %}
344
347
}
345
348
</script>
346
349
{% endifequal %}