I consider it's easier to find a machine to compare with.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Why not let the database do the sorting? .order_by(ts.Machine.name) or whatever sqlalchemy wants there?
Differential D47186
[LNT] Sort machines in Compare to by names. marxin on May 22 2018, 1:39 AM. Authored by
Details
I consider it's easier to find a machine to compare with.
Diff Detail Event TimelineComment Actions Why not let the database do the sorting? .order_by(ts.Machine.name) or whatever sqlalchemy wants there? |