Useful CSS Stuff

Hide the select alarm checkbox column on the Alarm Status Table:

.psc-Components\/AST\/HideSelectColumn .tc.ia_table__cell[data-column-id="select"] {
    display: none;
}

11 Likes