-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ralf Stamm edited this page Mar 24, 2016
·
5 revisions
Extends the Views module and allows to create custom lists of log entries.
This module provides several fields, filter criteria, and sort criteria to build custom pages, blocks, and feeds.
Allows easily to add custom CSS classes to rows.
- Add field Watchdog: Type and exclude it from display
- Enabled Output this field as a CSS class at Rewrite results
- Add the token of this field at Row class in style settings, e.g.
dblog-[type]
- Add field Watchdog: Severity level and exclude it from display
- Enabled Output this field as a CSS class at Rewrite results
- Add the token of this field at Row class in style settings, e.g.
dblog-[severity]
- Add field Watchdog: Severity level
- Enabled Rewrite the output of this field at Rewrite results and enter a space character
- Add CSS class to rows based on severity level of a second field Watchdog: Severity level
- Add CSS class name at other -> CSS class, e.g.
admin-dblog
to display Backdrop Core icons
Attention:
Icons maybe won't display in the preview, but on the page.
Take care to use the correct tokens.