Versions Compared

Key

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

...

Code Block
// VERSION=1.8.0                                                // VERSION=1.8.0
[                                                               [
  { "name": "node_name",                                          { "name": "node_name",
    "label": "Name",                                                "label": "Name",
    "cell": "NodeLinkCell",                           "cell": "NodeLinkCell",
             "cell": "NodeLinkCell",
    "renderable": 1,                                                "renderable": 1,
    "comment": "must be present for NodeLinkCell to work on a       "comment": "must be present for NodeLinkCell to work on a
  },                                                  },
  { "name": "         },
  { "name": "configuration.host",                                 { "name": "configuration.host",
    "label": "Host",                                                "label": "Host",
    "cell": "String"                                                "cell": "String"
  },                                                 }             },
    {                                                 { "name": "node_summary.nodestatus",        <
    "name": "",                                             "label": "Node Status",<
    "label": "Links",                                  "cell": "NodeStatusCell"
    "cell": "  <
    "cell": "UriButtonGroup",                           },      <
    "links": [                                             {  "name": "configuration.country", <
      { "name": "remote_connection_details.url",      "label": "Country",re <
      { "name": "custom_context_details.url", "label": "lacusto <
    "cell": "String"
],          ],                                              },<
    "sort": false,                                          { "name": "configuration.group", <
    "button_group_class": "btn-group btn-group-xs"           "label": "Group", <
  },                                                  "cell": "String"
  {      <
  { "name": "node_summary.nodestatus",                    }        { "name": "node_summary.nodestatus",
    "label": "Node Status",                                        { "namelabel": "node_summary.nodeTypeNode Status",
    "cell": "NodeStatusCell"                          "label              "cell": "Node TypeNodeStatusCell",
  },                                                         "cell": "String"
  { "name": "configuration.group", },
                   },
    "label": "Group",                               { "name": "configuration.roleType",
      >   { "cellname": "String"configuration.country",
                                   "label": "Role",
  },                        >     "label": "Country",
                    "cell": "String"
  { "name": "node_summary.nodeType",                },
    "label": "Node Type",                  >         { "name"cell": "node_summary.nodeVendorString",
     "cell": "String"                                  "label": "Vendor",
  },                   >   },
  { "name": "configuration.group",                        "cell": "String"
        { "name": "configuration.roleTypegroup",
    "label": "Group",          },
    "label": "Role",                                { "namelabel": "node_summary.sysLocationGroup",
    "cell": "String"                                                "labelcell": "LocationString",
  },                                                  "cell": "String"
    { "name": "node_summary.nodeVendor",              },
   { "labelname": "Vendornode_summary.nodeType",                              { "name": "node_summary8summary.healthnodeType",
    "celllabel": "String"Node Type",                                           "label": "HealthNode Type",
  },  "cell": "String"                                                "cell": "ColouredByLevelCellString",

  },      { "name": "node_summary.sysLocation",               "levels": [ "green", 100, "yellow", 99, "oran
    "label": "Location",                            },
   { "cellname": "Stringconfiguration.roleType",                                { "name": "node_summaryconfiguration.lastUpdateSecroleType",
  },  "label": "Role",                                                "label": "Last UpdateRole",
   { "namecell": "node_summary8.healthString",                   "cell": "String",
    "label": "Health",                       "cell": "String"
  },                                                              },
  { "name": "node_summary.nodeVendor",                            { "name": "node_summary.nodeVendor",
    "label": "Vendor",                                              "label": "Vendor",
    "cell": "String"                                                "cell": "String"
  },                                                              },
  { "name": "node_summary.sysLocation",                           { "name": "node_summary.sysLocation",
    "label": "Location",                                            "label": "Location",
    "cell": "String"                                                "cell": "String"
  },                                                              },
  { "name": "node_summary8.health",                               { "name": "node_summary8.health",
    "label": "Health",                                              "label": "Health",
    "cell": "ColouredByLevelCell",                                  "cell": "ColouredByLevelCell",
    "levels": [ "green", 100, "yellow", 99, "orange", 80, "re       "levels": [ "green", 100, "yellow", 99, "orange", 80, "re
  },                                                              },
  { "name": "node_summary.lastUpdateSec",                         { "name": "node_summary.lastUpdateSec",
    "label": "Last Update",                         "formatter                "label": "UnixTimeFormatterLast Update",
    "cell": "ColouredByLevelCellString",                       }
    "levels": [ "green", 100, "yellow", 99, "oran ]
  },           "cell": "String",
    "formatter": "UnixTimeFormatter"                             
  { "nameformatter": "node_summary.lastUpdateSec",UnixTimeFormatter"
  }       
    "label": "Last Update",                       
    "cell": "String",                             
    "formatter": "UnixTimeFormatter" }
]             
  }                                              \ 
]

 

Verification

It is not necessary to restart any daemons.  After editing the associated json file simply load (or reload) the view in question. 

...