]> arthur.barton.de Git - netdata.git/commitdiff
inform jslint that globals are assigned intentionally
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 4 Feb 2017 17:36:44 +0000 (19:36 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 4 Feb 2017 17:36:44 +0000 (19:36 +0200)
web/dashboard.js

index 3b8f5989e76355bd9a4a2b1000bb02baf3519868..e00416f24dd4ecb39282ca757106bfb812940d2d 100644 (file)
@@ -1,50 +1,50 @@
 // ----------------------------------------------------------------------------
 // You can set the following variables before loading this script:
 
-/*global netdataNoDygraphs       *//* boolean,  disable dygraph charts
- *                                              (default: false) */
-/*global netdataNoSparklines     *//* boolean,  disable sparkline charts
- *                                              (default: false) */
-/*global netdataNoPeitys         *//* boolean,  disable peity charts
- *                                              (default: false) */
-/*global netdataNoGoogleCharts   *//* boolean,  disable google charts
- *                                              (default: false) */
-/*global netdataNoMorris         *//* boolean,  disable morris charts
- *                                              (default: false) */
-/*global netdataNoEasyPieChart   *//* boolean,  disable easypiechart charts
- *                                              (default: false) */
-/*global netdataNoGauge          *//* boolean,  disable gauge.js charts
- *                                              (default: false) */
-/*global netdataNoD3             *//* boolean,  disable d3 charts
- *                                              (default: false) */
-/*global netdataNoC3             *//* boolean,  disable c3 charts
- *                                              (default: false) */
-/*global netdataNoBootstrap      *//* boolean,  disable bootstrap - disables help too
- *                                              (default: false) */
-/*global netdataDontStart        *//* boolean,  do not start the thread to process the charts
- *                                              (default: false) */
-/*global netdataErrorCallback    *//* function, callback to be called when the dashboard encounters an error
- *                                              (default: null) */
-/*global netdataRegistry         *//* boolean,  use the netdata registry
- *                                              (default: false) */
-/*global netdataNoRegistry       *//* boolean,  included only for compatibility with existing custom dashboard
- *                                              (obsolete - do not use this any more) */
-/*global netdataRegistryCallback *//* function, callback that will be invoked with one param: the URLs from the registry
- *                                              (default: null) */
-/*global netdataShowHelp         *//* boolean,  disable charts help
- *                                              (default: true) */
-/*global netdataShowAlarms       *//* boolean,  enable alarms checks and notifications
- *                                              (default: false) */
-/*global netdataRegistryAfterMs  *//* ms,       delay registry use at started
- *                                              (default: 1500) */
-/*global netdataCallback         *//* function, callback to be called when netdata is ready to start
- *                                              (default: null)
- *                                              netdata will be running while this is called
- *                                              (call NETDATA.pause to stop it) */
-/*global netdataPrepCallback     *//* function, callback to be called before netdata does anything else
- *                                              (default: null) */
-/*global netdataServer           *//* string,   the URL of the netdata server to use
- *                                              (default: the URL the page is hosted at) */
+/*global netdataNoDygraphs           *//* boolean,  disable dygraph charts
+ *                                                  (default: false) */
+/*global netdataNoSparklines         *//* boolean,  disable sparkline charts
+ *                                                  (default: false) */
+/*global netdataNoPeitys             *//* boolean,  disable peity charts
+ *                                                  (default: false) */
+/*global netdataNoGoogleCharts       *//* boolean,  disable google charts
+ *                                                  (default: false) */
+/*global netdataNoMorris             *//* boolean,  disable morris charts
+ *                                                  (default: false) */
+/*global netdataNoEasyPieChart       *//* boolean,  disable easypiechart charts
+ *                                                  (default: false) */
+/*global netdataNoGauge              *//* boolean,  disable gauge.js charts
+ *                                                  (default: false) */
+/*global netdataNoD3                 *//* boolean,  disable d3 charts
+ *                                                  (default: false) */
+/*global netdataNoC3                 *//* boolean,  disable c3 charts
+ *                                                  (default: false) */
+/*global netdataNoBootstrap          *//* boolean,  disable bootstrap - disables help too
+ *                                                  (default: false) */
+/*global netdataDontStart            *//* boolean,  do not start the thread to process the charts
+ *                                                  (default: false) */
+/*global netdataErrorCallback        *//* function, callback to be called when the dashboard encounters an error
+ *                                                  (default: null) */
+/*global netdataRegistry:true        *//* boolean,  use the netdata registry
+ *                                                  (default: false) */
+/*global netdataNoRegistry           *//* boolean,  included only for compatibility with existing custom dashboard
+ *                                                  (obsolete - do not use this any more) */
+/*global netdataRegistryCallback     *//* function, callback that will be invoked with one param: the URLs from the registry
+ *                                                  (default: null) */
+/*global netdataShowHelp:true        *//* boolean,  disable charts help
+ *                                                  (default: true) */
+/*global netdataShowAlarms:true      *//* boolean,  enable alarms checks and notifications
+ *                                                  (default: false) */
+/*global netdataRegistryAfterMs:true *//* ms,       delay registry use at started
+ *                                                  (default: 1500) */
+/*global netdataCallback             *//* function, callback to be called when netdata is ready to start
+ *                                                  (default: null)
+ *                                                  netdata will be running while this is called
+ *                                                  (call NETDATA.pause to stop it) */
+/*global netdataPrepCallback         *//* function, callback to be called before netdata does anything else
+ *                                                  (default: null) */
+/*global netdataServer               *//* string,   the URL of the netdata server to use
+ *                                                  (default: the URL the page is hosted at) */
 
 // ----------------------------------------------------------------------------
 // global namespace