Versions Compared

Key

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

...

FileTypeExplanation
loader.jsJavaScriptThe executable code of the dashboard loader. This file is loaded together with the dashboard.

Managing Dashboard Loaders

...

using the squirro_asset

...

 tool

The Toolbox comes with a command line utility squirro_asset which along other things is used to manage manages custom dashboard loaders on a Squirro installation.The full reference of and is documented at squirro_asset  can be found in the separate section squirro_asset Command Line Reference.

JavaScript

Custom dashboard loaders are implemented as JavaScript objects , deriving from the Loaders.Base class. The Loaders object is automatically exposed in the scope of the custom dashboard loader.

...