Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a directory called /usr/local/omk/conf/table_schemas
  • Copy the specific view configuration file that requires modification from /usr/local/omk/lib/json/opEventsopCharts/table_schemas/ into /usr/local/omk/conf/table_schemas.
    • Only the necessary json files should be copied to the /usr/local/omk/conf/table_schemas directory as having unecessary config files in this directory will result in future upgrades being unpredictable.

...

Each property that is added will require a set of attributes.  This is an example of the attributes that belong to the 'commentnode_summary.nodeType' property.

Code Block
  {
    "name": "commentnode_summary.nodeType",
    "label": "CommentNode Type",
    "cell": "stringString",
    "search": false,
    "editable": false
  }},

Attribute Descriptions

...