Viewing 1 replies (of 1 total)
  • Thread Starter Friso

    (@mardonios)

    Found it. Needed to change the /_static/styles.css and remove the field I want to show from the line 80 style definition:

    .lava-table-viewer[data-data-source=”access_logs”] .cell-id,
    .lava-table-viewer[data-data-source=”access_logs”] .cell-password,
    .lava-table-viewer[data-data-source=”access_logs”] .cell-password_color,
    .lava-table-viewer[data-data-source=”access_logs”] .cell-user_agent {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a column to the Access Log view’ is closed to new replies.