mff-uk / odcs

ODCleanStore
1 stars 11 forks source link

Minor issues in exec detail tables #1230

Closed tomas-knap closed 10 years ago

tomas-knap commented 10 years ago

1) Column type in log table should have the same size (minimum) as in case of exec detail - events table.

2) When resizing exec monitor detail - the column date/timestamp on tables events/log should have fixed width

3) Use either date or timestamp as a label for column in both cases (logs/events table)

4) DPU instance column should have the fixed width based on the longest DPU instance name (if easy)

5) short message column should have natural width (events/logs) - Probably ok, just check

bogo777 commented 10 years ago

Ad 4) We are providing own component as filter, so the table doesn't know the proposed width, but it will only be bigger, when the space is not needed by mesage column. Alternatively we could count the longest DPU label and guess the width...

tomas-knap commented 10 years ago

Ok, let's leave that for fw

tomas-knap commented 10 years ago

Not important