Versions Compared

Key

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

...

Code Block
languagejs
{ "version": 1.0,
  layout:
  { "type": "singleColumn",
    "column": ["w1", "w2"]], 
    
  },
  widgets:
  {
     "w1" :
        { "type: : "query",
          "refreshPeriod", 30000,
          "state" : "OPEN",
          "preference" : 
            {
               "id" : "<preference uuid>",
               "configuration" : { 
                 "queryLimit" " 50
               }
            }
     "w2" : {....}
  }
}
 

...