Page 1 of 1

Events view in console

Posted: Tue Apr 12, 2005 2:54 pm
by hrabe
1) Is it possible to add some pointer to open filter window directly from console?

2) Filter for selecting events from interval (hour, day, week) use archive status attribute now. By this reason display only unarchived events, but there may be are archive events too. Simple way is selecting Archive only, but for searching this is terrible. Now it is possible only with this construction:
...
and ( archive status is equal to unarchived only
or archive status is equal to archived only )
...

This is terrible for users... I think, that better solution is displaying all events (archived
and unarchived). I.e. leave out Archive status attribute from console filters (or add 3nd possibility: both (archived, unarchived))

Thanks for your response

P.S.: What about "lastlog" for users?