I think I got the github working through our company proxy. Can you try pulling my commits from:

git://github.com/pvreman/cobbler.git

Regards,
Peter
  


Thanks that merged much much nicer.   (Perfectly, in fact)

The field sorting seems to work, though one thing I noticed is that since the headers are now links, they show up as dark grey on blue, which makes them hard to read.   We'll need to do something to the CSS to make sure they show up white even when clicked.  (White with an underline or something is ok, to somehow show you can click there?)

The CSS for "netboot enabled" (since the checkbox is disabled) also shows up as grey on light grey/grey, which is hard to read. 

It seems that the anchors ("<A>") that included ";" for the href target should really should be tweaked to not include an href target at all.   The action is in the javascript, we don't need a link there.   

Do you think you could tweak these?      Once you have those fixed up I'll merge them in.

One thing I didn't check was that if we are sorting a field, such as "profile", do the fields still stay sorted by name as a secondary sort criteria?  This is something that we'd probably want.

Thanks!

--Michael