Header Name Tolerance — Prettified headers

Headers are prettified (Available Ports, LDAP) while the rules reference AvailablePorts and Ldap. Highlights should map correctly.

NameAvailable PortsLDAP
Node A12true
Node B0false
Node C7true

Configuration

columnHighlighter: {
  rules: [
    { conditionsContainer:[{ logic:'AND', conditions:[{ columnName:'AvailablePorts', operator:'gt', type:'number', value:0 }] }],
      targets:[{ column:'AvailablePorts', backgroundColor:'#cff4fc', textColor:'#055160' }] },
    { conditionsContainer:[{ logic:'AND', conditions:[{ columnName:'Ldap', operator:'eq', type:'bool', value:true }] }],
      targets:[{ column:'Ldap', backgroundColor:'#d1e7dd', textColor:'#0f5132' }] }
  ]
}