tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improve Device Report #177

Closed dbrgn closed 10 years ago

dbrgn commented 10 years ago

img

Default values

We should unify the "default values" for non-existing or empty fields or foreign keys:

img

I'd probably vote for None or -.

Sessions Paging

The sessions should be paged. With paging, the 50 items limit is probably not needed.

d22 commented 10 years ago

The paged table for the session has the same problem as the paged table for the regids: The list producer produces a list for all session, instad of only the selected session.

d22 commented 10 years ago

Added paged table for sessions and made some minor changes. @dbrgn, pls review.

cfaessler commented 10 years ago

Good to merge!